Results 1 to 4 of 4

Thread: MySQL w/ PHP5

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Location
    Newfoundland
    Posts
    71

    MySQL w/ PHP5

    My copy of PHP 5.0.0b1 has MySQL support disabled. In the release notes, it says that it has been disabled. How can I re-enable it? Would this require recompiling the PHP module?
    - Adam Lundrigan

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Isn't it a simple matter of editing the php.ini file?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Location
    Newfoundland
    Posts
    71
    Well, it would be....however, because MySQL functionality was built-in to PHP in some past version whose number I forget, the external module that is linked in from php.ini was removed from the distro.

    Perhaps going back to an earlier version of PHP (4.0.1 perhaps) I may be able to track down the php_mysql.dll file needed to easily add MySQL support. I should give that a try....
    - Adam Lundrigan

  4. #4
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    isn't it because

    SQLite has been bundled with PHP. For more information on SQLite, please visit their website

    sounds like they want to get rid of mysql as the native database.

    bet that will change

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width