Nimal's Weblog

Nimal blogs here


Currently browsing ‘Database’ Tag

Activate Oracle on XAMPP for Windows

PHP has got the OCI8 extension, which provides Oracle connectivity to PHP application, and OCI8 uses Oracle Instant Client Package to get Oracle specific functions.

  • 1 Comment
  • Filed under: Tech Notes
  • Renaming a MySQL database

    MySQL does not support renaming a database (and prefers not to be done in the supported versions) as mentioned here.
    However, use of this statement could result in loss of database contents, which is why it was removed. Do not use [...]

  • Comments Off
  • Filed under: Tech Notes