I'm attempting to install Dataface on a shared host, necessitating manual configuration since shell access isn't permitted. my conf.ini contains a "dbuser" = aaaaaa@bb-ccc.net, which leads to the error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'aaaaaa@bb-ccc.ne'@'localhost' (using password: YES) in /var/www/html/dface/Dataface/Application.php on line 182
Error connecting to the database: Access denied for user 'aaaaaa@bb-ccc.ne'@'localhost' (using password: YES)
This seems to me to be due to a limitation of the length of the dbuser variable, which then gets truncated. Any way to increase this length (as I cannot change my username)?