Results 1 to 5 of 5

Thread: phpMyAdmin problem

  1. #1
    Join Date
    Nov 2007
    Location
    USA
    Posts
    170
    Thanks
    8
    Thanked 22 Times in 22 Posts

    Default phpMyAdmin problem

    Hello everyone,

    I have currently installed apache, mysql, and php on my windows 7 pc. I am now trying to get phpmyadmin installed as well. I had this set up on a previous computer with no problems. PHP and Apache seem to work fine ( I don't know how to test mySQL without phpmyadmin...I know noobish) but I keep getting this error:

    Code:
    Cannot load mysql extension. Please check your PHP configuration. - Documentation
    I have tried looking using a google search and tried the documentation for phpmyadmin and everything but I am still stuck! I would love if anyone out there might be able to help me with this.

    Thanks!!
    What is obvious to you might not be to another.


    My Site

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Are you sure the new installation of PHP supports mysql?

    You can install it all at once using xampp.

  3. #3
    Join Date
    Nov 2007
    Location
    USA
    Posts
    170
    Thanks
    8
    Thanked 22 Times in 22 Posts

    Default

    I did continue looking for an answer on google and I am starting to think that php5 does not support mysql for some reason. I have used xampp before but I like setting up the server this way much better.

    I will have to see if it is possible to use a not so recent version of php I guess.


    Thanks for the reply.
    What is obvious to you might not be to another.


    My Site

  4. #4
    Join Date
    Nov 2007
    Location
    USA
    Posts
    170
    Thanks
    8
    Thanked 22 Times in 22 Posts

    Default

    OK I GOT IT!

    FOr some reason your post did help me by making me dig more so I found out that mysql is not defaulted in php5 (which I knew because I had to edit php.ini to uncomment it) but I had to actually copy the libmysql.dll file to my windows folder in order for it to work.

    Thanks for your help!
    What is obvious to you might not be to another.


    My Site

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    that's what I meant, since you're installing everything separately it might not include the mysql library by default.

    glad you got it working.

    if it's working now, you should edit your first post and change the thread prefix to Resolved.

Bookmarks

Posting Permissions

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