phpMyAdmin extension
Posted by: akaballa (---.cisco.com)
Date: June 24, 2008 07:19PM

hi,

i received the following error when I tried to open phpMyAdmin:

Cannot load mysqli extension. Please check your PHP configuration. - Documentation

I checked the php extensions tray to make sure that php_mysqli and php_mysql are selected.

I also check the previous posting regarding this issue to see if it relates to my issue. The solutions there did not wrok for my case ( note, I did not change my root password for mysql)

I did not change any settings after installing the wampserver 2.0. Please help!

Thanks!

Options: ReplyQuote
Re: phpMyAdmin extension
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: June 24, 2008 07:50PM

open the phpmyadmin.conf file and change the mysqli to mysql

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin extension
Posted by: akaballa (---.cisco.com)
Date: June 24, 2008 07:58PM

i do not see mysqli in the phpmyadmin.conf file. ( under C:\wamp\alias )

this is the code that is in the file:



Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.6/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin2.11.6/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

Options: ReplyQuote
Re: phpMyAdmin extension
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: June 24, 2008 10:12PM

no sorry

c:/wamp/apps/phpmyadmin


the file --config.inc.php

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpMyAdmin extension
Posted by: akaballa (---.cisco.com)
Date: June 25, 2008 03:22PM

hi,

I tried what you said. I changed the mysqli extension to mysql. However now it is giving the same error expect it cannot find mysql extension:

phpMyAdmin - Error

Cannot load mysql extension. Please check your PHP configuration. - Documentation

Was there something wrong when I installed it? I god rid of my previous existence of mysql before installing wampserver.

Plz Help!

Thanks

Options: ReplyQuote
Re: phpMyAdmin extension
Posted by: akaballa (---.cisco.com)
Date: June 25, 2008 03:41PM

Ok I think I got it to work. I noticed that several files from my previous installation of php, apache and mysql were still locaqted on my hard disk. I got rid of them and them re-installed. iam able to open phpmyadmin now..Thanks!

Options: ReplyQuote


Sorry, only registered users may post in this forum.