Linux上如何安装Mysql数据库并使用?

Posted 那时的吻狠陶醉

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux上如何安装Mysql数据库并使用?相关的知识,希望对你有一定的参考价值。

Linux上安装mysql数据库步骤:

yum -y install mysql-server

chkconfig mysqld on

mysqladmin -u root password \'123456\'

mysql -uroot -p

grant all privileges on *.* to \'root\'@\'%\' identified by \'123456\' with grant option

delete from user where host=\'127.0.0.1\'

flush privileges

 

另外木有关防火墙的关下防火墙:

    

1。查看防火墙:  service iptables status
2.开启防火墙:service  iptables stop|start|restart
3.关闭:service  iptables stop

 

chkconfig:用于设置服务的开机启动

    查看:chkconfig  --list
            关闭:chkconfig   service_name  off
            开启:chkconfig   service_name  on

 

参考链接:http://www.jb51.net/article/84399.htm

 

以上是关于Linux上如何安装Mysql数据库并使用?的主要内容,如果未能解决你的问题,请参考以下文章

如何在linux下安装mysql数据库并配置

如何在linux下安装mysql数据库并配置

linux实战应用案例: 如何在 Linux 安装 MySQL 8 数据库?(图文详细教程)

linux实战应用案例: 如何在 Linux 安装 MySQL 8 数据库?(图文详细教程)

如何在linux下安装mysql数据库并配置

如何在linux下安装mysql数据库并配置