Interview Question in SQL Server Configurations


 

Interview Question :: PhpMyAdmin - Error


I have installed XAMPP Version 1.6.7! and want to access phpmyadmin to access SQL. When you click you get this message phpMyAdmin - Error Cannot load mysql extension. Please check your PHP configuration. - Documentation. How do i check the php configuration files.
Answers to "PhpMyAdmin - Error"
RE: PhpMyAdmin - Error?

edit your php.ini as follows

change extension_dir = “./”. to

extension_dir = "C:\PHP\ext\"



then uncomment this line ;extension=php_mysql.dll so it reads:

extension=php_mysql.dll
 
Vote for this answer ::  
RE: PhpMyAdmin - Error?

search for the php.ini inside the XAMPP folder then edit it you should see a line where it loads mysql remove the comment out " ; " and restart apache it should work just fine AFAIR



if not reinstall
 
Vote for this answer ::  
RE: PhpMyAdmin - Error?

go to computerhelp.com and you may find your answer
 
Vote for this answer ::  
RE: PhpMyAdmin - Error?

try

enter cmd into the run commands, enter text... allow_url_fopen = Off

press enter
 
Vote for this answer ::  
Update Alert Setting