Forgot about the database in the mysql command
This commit is contained in:
parent
36751401ca
commit
0b601dba2d
@ -11,7 +11,7 @@ How do I create the MySQL table?
|
||||
--------------------------------
|
||||
Either create a new database and possibly a new user or use an existing database/user and run the command:
|
||||
|
||||
mysql -u <user> -p < blogtable.sql
|
||||
mysql -u <user> -p <database> < blogtable.sql
|
||||
|
||||
You'll be asked to enter the passwor for the user, enter it. Now you have created the table for the blog. Now you can start filling it with blog posts.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user