输入banner图图片脚本导航/分类

centos下安装mysql

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