安装mariadb并修改配置文件

实验环境:CentOS7

#安装mariadb-server包
#修改mariadb配置文件/etc/my.cnf.d/server.cnf
#添加 skip_name_resolve=ON  #不执行将IP解析成主机名
#添加 innodb_file_per_table=ON  #每个innodb表单独的表空间
[root@~ localhost]#yum -y install mariadb-server [root@~ localhost]#vi /etc/my.cnf.d/server.cnf # # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) should see # # See the examples of server my.cnf files in /usr/share/mysql/ # # this is read by the standalone daemon and embedded servers [server] # this is only for the mysqld standalone daemon [mysqld] skip_name_resolve=ON innodb_file_per_table=ON
log_bin=mysql-bin #二进制日志

 

#查看服务的状态,mariadb.service监听端口3306
[root@~ localhost]#systemctl status mariadb.service ● mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled; vendor preset: disabled) Active: active (running) since 星期六 2017-06-03 08:19:01 CST; 2h 1min ago [root@~ localhost]#ss -ntl|grep "3306" LISTEN 0 50 *:3306 *:*

 首次安装完成mariadb-server包后,启动mariadb.service,必须加固数据库,执行

[root@~ localhost]#mysql_secure_installation

请点击http://www.cnblogs.com/wzhuo/p/6936358.htm 。

转载于:https://www.cnblogs.com/wzhuo/p/6936476.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值