Creating a mySQL database
-
Does anyone know how to create a mySQL database. Under the wp-config.php file I put in blog_database for the name of the database. When I am in the terminal I type in the following:
[rvillatoro@acmserver public_html]$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 187 to server version: 3.23.58
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
mysql> CREATE DATABASE blog_database;
ERROR 1044: Access denied for user: ‘@localhost’ to database ‘blog_database’
mysql>
I have no idea what this means. Lol, this installation process is driving me nuts when it shouldn’t be so hard to do.
The topic ‘Creating a mySQL database’ is closed to new replies.