yum install mysql mysql-server mysql-devel -y 一步步输入 回车↓
service mysqld start
chkconfig mysqld on
mysql -u root
show databases;
use mysql;
update user set host = '%' where user = 'root';
FLUSH PRIVILEGES;
这里 全部都是mysql 环境
---------------------------------------------------------------------
/usr/bin/mysqladmin -uroot -p variables |grep max_connections 查看链接数量
set-variable=max_connections=10000 设置连接数量
关闭Linux的防火墙
service iptables start 开启 防火请
service mysqld restart 重启数据库
shutdown -r now 重启 现在
reboot 断电重启 不推荐使用
service iptables stop 关闭防火墙
chkconfig iptables off 这里不看
----------------------------------------------------------------------
aaa config ccs csa cta dba ddb server spa
sudo yum install xulrunner.i686 64位运行环境