1、MySQL登录
mysql -u root password ‘123456‘ //登录
mysql -u root -p 设置密码
2、MySQL启动
使用mysqld方式启动
cd /opt/mysql-5.7.24-el7-x86_64/bin
./mysqld --defaults-file=/etc/my.cnf --user=root
2022-09-19 19:24:48
1、MySQL登录
mysql -u root password ‘123456‘ //登录
mysql -u root -p 设置密码
2、MySQL启动
使用mysqld方式启动
cd /opt/mysql-5.7.24-el7-x86_64/bin
./mysqld --defaults-file=/etc/my.cnf --user=root
下一篇:bdb insert测试