cmd 開啟
----- 複製下面的 ----
cd c:\app*\my*\bin
mysql -u root
create database my_database;
grant all privileges on my_database.* To 'user'@'localhost'identified by'123' with grant option;
flush privileges;
use my_database;
\. c:\orders.sql
show tables;
exit
----貼上
會自動匯入喔
帳: user
密: 123
沒有留言:
張貼留言