Phpmyadmin: cannot load mysql extension
Bump….got error after configure Phpmyadmin
" cannot load mysql extension; please check PHP configuration Documentation"
No worry
To solve it, easy…hahhahha
-Check your php.ini configuration: make sure that the below are enabled:
;extension=php_mysql.dll
;extension=php_mbstring.dll
;extension=php_curl.dll
;extension=php_mcrypt.dll
You might want to enable mbstring and curl modules as well by uncommenting the following lines on your php.ini file.
- double check your extension path: extension_dir = "c:\php\ext"
-insert the password in the configuration file
~DONE