时间:2021-07-01 10:21:17 帮助过:6人阅读
datadir=/data/mysql
chkconfig --add mysqld
chkconfig mysqld on
/etc/init.d/mysqld start
查看进程:
ps aux |grep mysqld
netstat -nlp |grep mysqld
更改mysql的path /usr/local/mysql/bin/mysql /usr/bin/mysql
创建用户mysqladmin -uroot password 12345 用户登录mysql -uroot -p12345
centos下安装mysql
标签:配置文件 mysql local