I'm trying to install Mantis 1.2.8.
I'm getting an error running install.php.
MySQL version 5.1.54.
Type of database: MySQL
Hostname: localhost
Username: root
Password: xxx
Database name: mantis
Admin Username: administrator
Admin Password: root
All checks come up GOOD except the following:
Attempting to connect to database as admin BAD
Does administrative user have access to the database? ( Access denied for user 'administrator'@'localhost' (using password: YES) )
Can anyone tell me how to get past this error?
Access denied for user 'administrator'@'localhost'
Moderators: Developer, Contributor
Re: Access denied for user 'administrator'@'localhost'
Do you have a database user "administrator" with password "root" and you can connect to that database with other tools?lveit wrote: Admin Username: administrator
Admin Password: root
-
lveit
Re: Access denied for user 'administrator'@'localhost'
I set Username and Admin Username to the same value - the MySQL user name.
I set Password and Admin Password to the same value - the password for that user.
Now the install works.
Thanks for your help.
I set Password and Admin Password to the same value - the password for that user.
Now the install works.
Thanks for your help.