柠檬 发表于 2019-9-11 18:06:22

合区架设教程

本帖最后由 柠檬 于 2022-1-23 10:41 编辑

yum install mysql mysql-server mysql-devel -y   
service mysqld start

chkconfig mysqld on

mysql -u root   
show databases;

use mysql;


update mysql.user set password=PASSWORD('第一数据密码') where user='root';

update mysql.user set password=PASSWORS('第二数据密码') where user='root';

update user set host = '%' where user = 'root';

exit


-f,--force

-i,--interactiv

-r,-R, --recursive

-v, --verbose
--help
--version





service iptables stop

chkconfig iptables off

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

yum install xulrunner.i686(安装环境)

thaihack 发表于 2019-9-11 18:13:30

报告!别开枪,我就是路过来看看的。。。

ha0319 发表于 2019-9-12 19:13:08

发发呆,回回帖,工作结束~

bangat 发表于 2019-9-12 19:49:09

LZ是天才,坚定完毕

takashi79 发表于 2019-9-15 07:22:03

支持,赞一个

411129362 发表于 2019-9-16 00:59:06

楼主呀,,,您太有才了。。。

zwx_no7 发表于 2019-9-16 12:44:55

支持你哈...................................

hellophpcode 发表于 2019-9-17 15:45:28

呵呵,低调,低调!

蓝大侠 发表于 2019-9-17 18:15:32

啊啊啊啊啊啊啊啊啊啊啊

qtve 发表于 2019-9-17 20:57:56

支持你哈...................................
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 合区架设教程