[ixpmanager] Issues running these commands

Barry O'Donovan barry.odonovan at inex.ie
Thu Sep 29 09:55:51 IST 2016



 wrote:
> [PDOException]
>  SQLSTATE[HY000] [1045] Access denied for user
> 'ixpmanager'@'localhost' (usi ng password: YES)
> 
> Looks like it doesn't like the username I am running with, could it
> be I have gotten one of the earlier steps wrong?

Looks like a MySQL permissions issue.

Test on command line with:

mysql -h localhost -uixpmanager -pXXXXXX ixp

where XXXXXXX is your password as configured / set and 'ixp' is the
assumed database name.

Repeat the GRANT PRIVILEGES command and also try swapping localhost for
127.0.0.1.

 - Barry




More information about the ixpmanager mailing list