
数据库
文章平均质量分 77
李良川
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MYSQL版本查看方法总结
一、直接登录MYSQL查看: [root@localhost ~]#mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 34046 Server version: 5.6.13 MySQL Communi转载 2014-08-07 14:42:00 · 485 阅读 · 0 评论 -
mysql默认安装位置及各目录作用
On Windows, the default installation directory is C:\mysql, which has the following subdirectories: Directory Contents of Directory bin Client programs and the mysq转载 2014-09-14 23:04:18 · 1377 阅读 · 0 评论 -
MYSQL安装笔记——LINUX
一、上传MYSQL安装包到root目录下,并用rpm -ivh 安装 MySQL-client-5.6.13-1.rhel5.x86_64.rpm MySQL-server-5.6.13-1.rhel5.x86_64.rpm 二、执行如下命令: a)查询初始默认登录密码: [root@localhost ~]#cat /root/.mysql_secret # The random p原创 2014-08-07 14:38:08 · 361 阅读 · 0 评论 -
mysql热双机搭建--普通用户下安装mysql
一、在官网上下载直接解压原创 2014-11-10 10:47:38 · 521 阅读 · 0 评论