玄冬aigo.blog.chinaunix.net
escarp
全部博文(347)
OpenGLES(1)
DirectX(5)
OpenGL(2)
错误处理(3)
Java优化(5)
IDE相关(0)
Java基础(1)
JVM(2)
ACE(1)
GDI(1)
MFC(1)
Boost(1)
STL(4)
2016年(1)
2013年(4)
2012年(207)
2011年(85)
2010年(50)
tian_ye
zkj_tz
n73man00
RHUB网络
无赖皮肤
dragonfl
曾德标
Larpente
CU官方博
大镇
jinjianl
wxg15974
cynthia
Bsolar
格伯纳
浪花小雨
gbaidu20
stuyou
分类: Mysql/postgreSQL
2011-10-27 17:47:22
1,先登录再导库:
mysql -uroot -p123465 回车
create database testdb;
source D:\DB\test.sql;
2,导库时使用账户密码:
mysql -uroot -p123465 testdb < D:\DB\test.sql;
导出:
mysqldump -uroot -p123456 testdb > D:\DB\test.sql
上一篇:Java中的serialize接口与transient关键字
下一篇:【转】缩小mysql数据库的ibdata1文件
登录 注册