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! Quote Link to comment 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.