apache 2.2 + php 5.3 + mysql problem
i install php 5.3, apache 2.2, mysql at windows 2008. everything works ok except phpmyadmin not. Mys开发者_JAVA技巧ql server works ok. And if i run
http://89.212.111.174/raing.si/phpinfo.php
show php version 5.2 but i install 5.3.6.
if i run
http://89.212.111.174/raing.si/phpmyadmin
i get error. mysql and mysqli are uncomented in phpini.
What is wrong here?
Restart Apache. then simply create a file like
<?php
echo phpinfo();
?>
run that file it display all information.
Restart Apache, that might do it. I do not see mysql on your phpinfo()
page.
It seems you haven't installed the MySQL PHP module.
精彩评论