From 0b601dba2d12175dd79f9a61416a44f87a53d058 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Fri, 26 Jul 2013 03:34:43 +0200 Subject: [PATCH] Forgot about the database in the mysql command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5b579..1afc7df 100644 --- a/README.md +++ b/README.md @@ -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 -p < blogtable.sql + mysql -u -p < 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.