From 13462dc7b9c7d927679b8be12f9afdbc286db6b8 Mon Sep 17 00:00:00 2001 From: wxy Date: Fri, 10 Oct 2014 21:26:51 +0800 Subject: [PATCH] PUB:20140919 Linux FAQs with Answers--How to create a MySQL database from the command line @su-kaiyao --- ...ow to create a MySQL database from the command line.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {translated/tech => published}/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md (95%) diff --git a/translated/tech/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md b/published/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md similarity index 95% rename from translated/tech/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md rename to published/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md index f2c7e3186a..1db2425acc 100644 --- a/translated/tech/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md +++ b/published/20140919 Linux FAQs with Answers--How to create a MySQL database from the command line.md @@ -1,4 +1,4 @@ -数据库常见问题答案--如何使用命令行创建一个MySQL数据库 +Linux有问必答:如何在命令行创建一个MySQL数据库 === > **问题**:在一个某处运行的MySQL服务器上,我该怎样通过命令行创建和安装一个MySQL数据库呢? @@ -47,8 +47,8 @@ 为了达到演示的目的,我们将会创建一个叫做posts_tbl的表,表里会存储关于文章的如下信息: - 文章的标题 -- 作者的第一个名字 -- 作者的最后一个名字 +- 作者的名字 +- 作者的姓 - 文章可用或者不可用 - 文章创建的日期 @@ -104,7 +104,7 @@ via: http://ask.xmodulo.com/create-mysql-database-command-line.html 译者:[su-kaiyao](https://github.com/su-kaiyao) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linu x中国](http://linux.cn/) 荣誉推出