Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1984343
  • 博文数量: 176
  • 博客积分: 1857
  • 博客等级: 上尉
  • 技术积分: 2729
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-14 22:55
个人简介

吾生有涯,而知无涯,适当止学.循序渐进,步步提升 Talk is cheap, show me the code.

文章分类

全部博文(176)

文章存档

2019年(1)

2018年(14)

2017年(20)

2016年(31)

2015年(15)

2014年(5)

2013年(10)

2012年(80)

分类: Mysql/postgreSQL

2012-07-18 12:22:48

导出:
/usr/local/webserver/mysql/bin/mysqldump -uroot -p'xxx' -S /data/3306/mysql.sock --single-transaction --default-character-set=utf8 apps t_app_song_baseinfo t_app_song_doc_rel t_app_song_docs >/home/zhangshengdong/apps_song.sql

导入:
mysql -uroot -p'xxx' -S /data/mysqldata/3307/mysql.sock --default-character-set=utf8 apps
阅读(1444) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~