mraza Posted October 11, 2009 Share Posted October 11, 2009 hi i have installed php 5.2.11 (windows binary) mysql 5.1 and apache 2.2.14 on a windows 7 32 system. now my problem is everything is working fine i wants to install phpmyadmin and i am getting this error: Cannot load mysql extension. Please check your PHP configuration. - Documentation i have enable the mysqli extension in php.ini ;extension=php_mysql.dll extension=php_mysqli.dll ;extension=php_oci8.dll ;extension=php_openssl.dll the error can go if i will enable mysql but i wants to use mysqli what should i do... . please can somebody help me .... thank you edit: when i enable extension=php_mysql.dll after logging in phpmyadmin there is blank page. Best Wishes Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/ Share on other sites More sharing options...
MatthewJ Posted October 11, 2009 Share Posted October 11, 2009 Cannot load mysql extension. Please check your PHP configuration. - Documentation i have enable the mysqli extension in php.ini phpmyadmin uses mysql... it doesn't really care what you want to use Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/#findComment-934967 Share on other sites More sharing options...
mraza Posted October 11, 2009 Author Share Posted October 11, 2009 when i enable extension=php_mysql.dll after logging in phpmyadmin there is blank page at http://localhost/phpMyAdmin/index.php, i wants to use mysqli Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/#findComment-934968 Share on other sites More sharing options...
PFMaBiSmAd Posted October 11, 2009 Share Posted October 11, 2009 Phpmyadmin is just a database management tool. It uses the mysql extension to interface with the database. That has no bearing on you using the mysqli extension in the scripts that you write. Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/#findComment-934969 Share on other sites More sharing options...
mraza Posted October 11, 2009 Author Share Posted October 11, 2009 thanks Sir....but why after entering my mysql login detail there is blank page of index.php... Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/#findComment-934970 Share on other sites More sharing options...
mraza Posted October 21, 2009 Author Share Posted October 21, 2009 can somebody help me in this phpmyadmin is having only a white blank page on my localhost...Thanks Quote Link to comment https://forums.phpfreaks.com/topic/177323-phpmyadmin-installation-help/#findComment-940822 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.