yum安装php环境的步骤是什么


当前第2页 返回上一页

1

systemctl start mariadb

1

2

3

4

5

6

7

8

9

mysql_secure_installation

Enter current password for root (enter for none): #初次运行直接回车

Set root password? [Y/n] #是否设置root用户密码,输入y并回车或直接回车

New password: #设置root用户的密码

Re-enter new password: # 再输入一次你设置的密码

Remove anonymous users? [Y/n] # 是否删除匿名用户,回车

Disallow root login remotely? [Y/n] #是否禁止root远程登录,回车,

Remove test database and access to it? [Y/n] # 是否删除test数据库,回车

Reload privilege tables now? [Y/n] # 是否重新加载权限表,回车

root 用户支持远程访问

1

2

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

flush privileges;

相关推荐:php培训

以上就是yum安装php环境的步骤是什么的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

嵌入式Linux实时操作系统及应用编程

关于centos部署tomcat,并解决远程禁止访问

如何理解基于nginx-rtmp-module模块实现的http-flv直播模块nginx-http-flv-module

ecs如何赋予实例一定的访问权限――ram 角色

Linux怎么安装tools

如何结合产品和运维架构经验打造云端的数据安全

Linux如何关闭正在运行的脚本

Linux如何安装ssh服务

Linux命令在哪

Linux下如何配置php连接数据库

更多相关阅读请进入《Linux》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...