Chinaunix首页 | 论坛 | 博客
  • 博客访问: 408075
  • 博文数量: 117
  • 博客积分: 5235
  • 博客等级: 大校
  • 技术积分: 1775
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-12 15:51
文章分类

全部博文(117)

文章存档

2012年(9)

2011年(2)

2010年(21)

2009年(13)

2008年(72)

我的朋友

分类: Mysql/postgreSQL

2012-03-06 14:43:44

What:
  If you import very large sql file with phpadmine or mysql, you will be told it is not allowed. You have to select other method.
 
How:
  1. login mysql with root
  2. drop database db;
  3. create database db;
  4. use db;
  5. source /path/db.sql
阅读(373) | 评论(0) | 转发(0) |
0

上一篇:QTranslator

下一篇:remote access mysql

给主人留下些什么吧!~~