随笔分类 -  mysql

如何向mysql导入数据库(。sql文件)
摘要:用sourcemysql下输入:source d:\xxx.sql;d:\xxx.sql为数据库文件及路径. 阅读全文

posted @ 2010-06-04 16:22 耕耘 阅读(577) 评论(0) 推荐(0)

如何登录MySQL数据库(转)
摘要:登录的方式是这样的:[root@crmtestdb root]# su - mysql-bash-2.05b$ mysql -u root -h 127.0.0.1Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 3Server version: 5.0.45-community ... 阅读全文

posted @ 2010-06-04 15:39 耕耘 阅读(20803) 评论(0) 推荐(0)

导航