linux mysql 安装

Posted newlangwen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux mysql 安装相关的知识,希望对你有一定的参考价值。

   http://blog.itpub.net/31015730/viewspace-2152272/

https://blog.csdn.net/HaHa_Sir/article/details/80552663

 https://www.digitalocean.com/community/tutorials/how-to-measure-mysql-query-performance-with-mysqlslap

1. tar xvf mysql-8.0.12-1.el7.x86_64.rpm-bundle.tar

 

修改密码:

ALTER USER \'root\'@\'localhost\' IDENTIFIED WITH mysql_native_password BY \'MyNewPass@123\';

 

mysql的数据文件和二进制文件: /var/lib/mysql/

mysql的配置文件: /etc/my.cnf

mysql的日志文件: /var/log/mysql.log

 

以上是关于linux mysql 安装的主要内容,如果未能解决你的问题,请参考以下文章

MySql数据安装Linux+Windows

Linux安装MySQL(源码安装)

Linux安装MySQL

Linux下MySQL安装配置

linux下的mysql客户端怎么安装

linux怎么知道程序安装在哪个文件夹