MYSQL
Perry705
OCM
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
15 Practical Usages of Mysqladmin Command For Administering MySQL Server
In all the 15 mysqladmin command-line examples below, tmppassword is used as the MySQL root user password. Please change this to your MySQL root password.1. How to change the MySQL root user passw原创 2014-10-31 21:12:30 · 536 阅读 · 0 评论 -
MYSQL安装后修改密码
[root@lucky mysql]# rpm -ivh MySQL-server-5.7.4_m14-1.rhel5.x86_64.rpm Preparing... ########################################### [100%]find: /var/lib/mysql: 没有那个文件或目录 1:MySQL-ser原创 2015-07-21 13:09:35 · 853 阅读 · 0 评论 -
MYSQL连接方式
1.TCP/IP 套接字方式这种方式会在TCP/IP 连接上建立一个基于网络的连接请求,一般是client连接跑在server上的MySQL实例,2台机器通过一个TCP/IP 网络连接。[root@lucky performance_schema]# mysql -h 192.168.21.210 -uroot -p111111mysql: [Warning] Using a pass原创 2015-07-22 13:29:06 · 571 阅读 · 0 评论
分享