Hi Guys,
I’m trying out Modx because i’ve heard good things about it.
I have gotten as far as the database connection, which fails to connect to the database nomatter what combination of information i try.
Connecting to mysql server:
Could not connect to the database server. Check the connection properties and try again.
[2011-03-13 04:28:53] (ERROR in xPDO::connect @ /home/####/www/www/core/xpdo/xpdo.class.php : 331) SQLSTATE[HY000] [2005] Unknown MySQL server host 'localhost:/tmp/mysql5.sock' (3)
[2011-03-13 04:28:53] (ERROR in xPDO::connect @ /home/####/www/www/core/xpdo/xpdo.class.php : 331) SQLSTATE[HY000] [2005] Unknown MySQL server host 'localhost:/tmp/mysql5.sock' (3)
I have heard that underscores in the database name will make this process fail. Unfortunately i cannot remove the underscores as my host automatically preceeds each database with the website name and underscore. I.e. "websiteName_databaseName"
Any solution to this? or even a point in the right direction would be awesome.
p.s.
MySQL 5.1.54
PHP 5.2.17
Cheers