Error Step 3 - Database Information
Posted: Wed May 23, 2007 1:52 pm
Hello All!!
I'm getting an error message after provide information in step 3 of the installation process. The message says it was not possible to connect to the database with the information supplied.
"Could not connect to the database. Verify that username and password are correct, and that the user has access to the given database."
I have performed the following steps to create the database and user in my MySQL. Since I do not have much expertise in MySQL please take a look carefully to see if I did something wrong.
I logged in my box with root account, connect on the database with mysql -u root -p
1. create database cms;
2. GRANT ALL ON cms.* TO cms@localhost IDENTIFIED BY "********"
3. quit
After that the user and database named cms were created successfully.
Step 3 of the installation process requests the following information:
Field Information supplied
Database Type Mysql
Database Host Address localhost
Database Name cms
Username cms
Password **********
Table prefix (I don't know what is that, but I set as default -> cms_ )
Create Tables Yes
Install Sample content and templates Yes
The above were the procedures performed to set Step 3 of the installation process. I really do not know
what went wrong but I keep seeing that error message when attempt to continue in Step 3.
I'd would appreciate if you could help me solve this issue.
Best Regards
Rodrigo
I'm getting an error message after provide information in step 3 of the installation process. The message says it was not possible to connect to the database with the information supplied.
"Could not connect to the database. Verify that username and password are correct, and that the user has access to the given database."
I have performed the following steps to create the database and user in my MySQL. Since I do not have much expertise in MySQL please take a look carefully to see if I did something wrong.
I logged in my box with root account, connect on the database with mysql -u root -p
1. create database cms;
2. GRANT ALL ON cms.* TO cms@localhost IDENTIFIED BY "********"
3. quit
After that the user and database named cms were created successfully.
Step 3 of the installation process requests the following information:
Field Information supplied
Database Type Mysql
Database Host Address localhost
Database Name cms
Username cms
Password **********
Table prefix (I don't know what is that, but I set as default -> cms_ )
Create Tables Yes
Install Sample content and templates Yes
The above were the procedures performed to set Step 3 of the installation process. I really do not know
what went wrong but I keep seeing that error message when attempt to continue in Step 3.
I'd would appreciate if you could help me solve this issue.
Best Regards
Rodrigo