Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Installation database connection errors
Hello all,
New to Vanilla but not to installing systems that require php mysql.
Having the same issue as another user but cannot get the software to install.
At the installer screen I get this message when trying to install:
SQLSTATE[00000] [1045] Access denied for user: 'motionid@localhost' (Using password: YES)
I think the main issue could be localhost.
My provider gives me the following options:
Local (web applications):
Host: localhost
Socket: /tmp/mysql5.sock
Note: Most PHP applications/scripts will accept the following syntax:
MySQL Host: localhost:/tmp/mysql5.sock
I've tried all combinations with no luck.
I've also searched the forums and found a little info but it seems I am having a different issue than others (mainly it's people entering information incorrectly).
Can someone point me in the right direction?
Cheers.
New to Vanilla but not to installing systems that require php mysql.
Having the same issue as another user but cannot get the software to install.
At the installer screen I get this message when trying to install:
SQLSTATE[00000] [1045] Access denied for user: 'motionid@localhost' (Using password: YES)
I think the main issue could be localhost.
My provider gives me the following options:
Local (web applications):
Host: localhost
Socket: /tmp/mysql5.sock
Note: Most PHP applications/scripts will accept the following syntax:
MySQL Host: localhost:/tmp/mysql5.sock
I've tried all combinations with no luck.
I've also searched the forums and found a little info but it seems I am having a different issue than others (mainly it's people entering information incorrectly).
Can someone point me in the right direction?
Cheers.
0
Comments
I enabled the remote connections for your user, and changed the Database Host to xxx.com:3307.
Hope this helps anyone else having issues.
Please, help me