mysqladmin -u root -p shutdown //关闭mysql服务进程
systemctl stop mariadb

设置端口
/etc/my.cnf
[mysqld]
port = 9536 


重启
systemctl restart mariadb
systemctl status mariadb


如果错误 是selinux问题 运行
setenforce 0 设置SELinux 成为permissive模式  1 设置SELinux 成为enforcing模式

需要chkconfig mysqld on保存
查看错误日志
[mysqld_safe]
log-error=/var/log/mysqld.log