Mysql 如何通過命令創(chuàng)建導(dǎo)入Sql數(shù)據(jù)庫
1、查看數(shù)據(jù)庫;
show databases;
2、新建數(shù)據(jù)庫;
create database name;
3、使用數(shù)據(jù)庫;
use name;
4、導(dǎo)入數(shù)據(jù)庫;
source c:/mysql.sql
文章來源地址http://www.zghlxwxcb.cn/article/82.html文章來源:http://www.zghlxwxcb.cn/article/82.html
到此這篇關(guān)于Mysql 如何通過命令創(chuàng)建導(dǎo)入Sql數(shù)據(jù)庫的文章就介紹到這了,更多相關(guān)內(nèi)容可以在右上角搜索或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!