摘要:
使用\G输出结果按行垂直显示结果 当使用命令 select 结果,如果表属性特别多的时候,查看起来非常难受,在 select 语句 后使用\G(必须大写),可以让结果按行垂直显示 select * from user \G 以html格式输出 使用mysql客户端的参数–html或者-T,则所有SQ 阅读全文
posted @ 2022-07-30 14:00
panbin_2006
阅读(6916)
评论(0)
推荐(0)
摘要:
Centos 7防火墙策略配置 1. 开启防火墙 1.1 user切换到root用户 [user@localhost ~] su root 密码: [root@localhost home]# cd ~ [root@localhost ~]# 1.2 查看防火墙服务状态 systemctl stat 阅读全文
posted @ 2022-07-30 10:23
panbin_2006
阅读(2118)
评论(0)
推荐(0)