Guest Posted February 10, 2009 Share Posted February 10, 2009 Hi! I just installed Php 5.3 Beta2 with Apache 2.2.11 and Mysql 5.1.31 on my vista (64-bit) box. Everything works fine except mysql. I can see that mysqli, mysql and mysqlnd is enabled in phpinfo(). I am able to connect to my mysql server using the command line or mysql administrator, however, everytime I want to connect to it via php, I get the following errors: Warning: mysqli::mysqli() [mysqli.mysqli]: [2002] ??????,?????????????????,????????,???????????? (trying to connect via tcp://localhost:3306) in myscript.php on line 92 Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/2002): ??????,?????????????????,????????,???????????? in myscript.php on line 92 Any ideas? Thanks! Link to comment https://forums.phpfreaks.com/topic/144560-php-53-beta2-with-mysql-problems/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.