phpMyAdmin help!

Status
Not open for further replies.

MattG

Posts: 106   +0
Ok, i installed this...and THOUGHT everything was configured.

I try to open it and it get this:

cannot load MySQL extension,
please check PHP Configuration.

Documentation says i need to install PHP-MYSQL...so i did. Installed fine.

Tried it again. Same thing.

Any ideas?

Thanks
 
Before you can use phpMyAdmin you first have to have both MYSQL and PHP modules working on your webserver and you have to have MYSQL Server running as well.

To test php just make a file blah.php with <? print "hello world" ?>
If you see "hello world" when you goto blah.php PHP is installed fine.

Next is mysql running on your system?

If your running in Linux/Unix do a ps -ax and look for something like "/usr/local/libexec/mysqld" and or "/bin/sh /usr/local/bin/safe_mysqld"
If windows you should have a desktray icon or show up in processes.

Once you do get this running dont forget to edit your config.inc.php file and set your Absoluteurl and user/pass if you are securing your mysql.
 
PhPmyadmin

I have set up everything for php and my sql, but when I try to access the sql server form another computer over the internet, I can't get it to show the database after I log in, on the left hand side of the scren evey thing shows and when you click a link on the right hand side it goes to a site can't be found so something is wrong, Do you think you can help me eith this?
 
Status
Not open for further replies.
Back