I'm having installation problem with connecting to MySQL, (Step 5). I have double checked the DB name and password.
This is the error I'm receiving.
Quote:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in D:\hshome\myloginname\photos.mysite.com\gallery2\lib\adodb\drivers\adodb-mysql.inc.php on line 365
localhost: Can't connect to MySQL server on 'localhost' (10061)
My guess is that 10061 is the port number?
If that is the case then I need to change it to 3306- but where?
Gallery version 2.3
PHP version 5.1.6
Database MySql 5.0.32
Operating system Win
Browser Firefox 3.5
Posts: 2
Fixed