码迷,mamicode.com
首页 > 数据库 > 详细

mysql generic版本安装配置

时间:2017-07-06 20:43:13      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:erro   root   div   sha   csharp   pre   generic   safe   bsp   

 

 

下载linux generic版本tar.gz文件,如:mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz

解压到目标目录,如: /test/mysql-5.7.18-linux-glibc2.5-x86_64

 

mkdir /test/mysql-5.7.18-linux-glibc2.5-x86_64/data

cd /test/mysql-5.7.18-linux-glibc2.5-x86_64/bin

./mysqld --initialize --user=root --basedir=/test/mysql-5.7.18-linux-glibc2.5-x86_64 --datadir=/test/mysql-5.7.18-linux-glibc2.5-x86_64/data

 

配置/test/mysql-5.7.18-linux-glibc2.5-x86_64/my.cnf

[mysqld]

basedir = /test/mysql-5.7.18-linux-glibc2.5-x86_64
datadir = /test/mysql-5.7.18-linux-glibc2.5-x86_64/data
log-error = /var/log/mysql-error.log

 

cd /test/mysql-5.7.18-linux-glibc2.5-x86_64/bin

./msyqld_safe --defaults-file=/test/mysql-5.7.18-linux-glibc2.5-x86_64/my.cnf   --user=root

 

mysql generic版本安装配置

标签:erro   root   div   sha   csharp   pre   generic   safe   bsp   

原文地址:http://www.cnblogs.com/itpoorman/p/7127743.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!