随笔分类 -  linux系统装mysql

安装mysql ,从 mysql-5.5.5 开始innodb作为默认的存储引擎了
摘要:[root@Linux opt]# tar -xvf MySQL-5.6.16-1.rhel5.x86_64.rpm-bundle.tar MySQL-shared-compat-5.6.16-1.rhel5.x86_64.rpmMySQL-test-5.6.16-1.rhel5.x86_64.rp... 阅读全文
posted @ 2014-03-06 13:49 叶子的分享 阅读(1184) 评论(0) 推荐(0)
mysql问题总结,远程登录
摘要:http://blog.sina.com.cn/s/blog_4550f3ca0101axzd.html更改mysql数据库的数据库名http://tech.sina.com.cn/s/s/2008-12-24/09322685701.shtmlhttp://www.cnblogs.com/suns... 阅读全文
posted @ 2014-03-06 13:49 叶子的分享 阅读(435) 评论(0) 推荐(0)
mysql常用语句
摘要:八、MySQL的常用操作mysql> create database userCenter character set utf8;Query OK, 1 row affected (0.00 sec)mysql> show database;ERROR 1064 (42000): You have ... 阅读全文
posted @ 2014-03-06 13:48 叶子的分享 阅读(223) 评论(0) 推荐(0)