從sql腳本導入數據庫(mysql)

1、命令行連接MySQL數據庫:mysql -h localhost -P 3306 -u root -p 2、創建數據庫 mysql> create database testbase; 3、選擇數據庫 mysql> use testbase; 4、導入數據庫 mysql> source D:\test.sql
相關文章
相關標籤/搜索