Hi All,
Yesterday, I bought MachForm because I think it's good product :) but I've problem.
When I launch it, I've this error code :
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'c2inscription'@'ns1.espace4you.org' (using password: YES) in /var/www/clients/client2/web2/web/inscription/includes/db-core.php on line 11
Could not connect: Access denied for user 'c2inscription'@'ns1.espace4you.org' (using password: YES)
I'm using multiserver system (1 server for http and 1 server for sql. So I don't use ns1.espace4you.org but sql.espace4you.org in config.php :
/** MySQL settings **/
define('DB_NAME', 'c2inscription'); //The name of your database. Note that this database must exist before running installer.php
define('DB_USER', 'c2inscription'); //Your database username
define('DB_PASSWORD', '******'); //Your database users password
define('DB_HOST', 'sql.espace4you.org'); //The hostname for your database
My MySQL version is 5.0.51a on my sql server and more websites (CMS, Forum, etc...) works great on this infrastructure.
Did you have an idea for this problem ?
Thank you in advance for your answer :)