服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. mysql
  3. 保护MySql时,最好是创build一个具有类似root权限的用户,然后删除“root”用户?
Intereting Posts
有什么networking软件来logging系统日志? systemd'在启动时以不同的用户login时运行shell脚本' Windows 2012 R2中的磁盘pipe理,它在哪里? 对于使用PHP7的fastcgi_pass,权限被拒绝 GNU队列 – 替代品 nginx随机响应时间 Win Server 2003 VPS – MailEnable? 克隆两个Windows服务器 ESX防火墙命令错误 我如何检测我的networking上的WiFi中继器? 在intel平台上编译rsync时,Solaris cc segfaults 我的文档redirect,服务器不再可用,从本地caching恢复? 我怎样才能找出一个网站上返回的http代码redirect? 网站的增量备份 testing域如何有用?

保护MySql时,最好是创build一个具有类似root权限的用户,然后删除“root”用户?

这似乎可以防止知道“root”用户存在的攻击者?

  • 请看看我的服务器的RAM使用情况
  • mysql和mysqldump的区别
  • 请问apt-get删除mysql-server-5.1删除/ var / lib / mysql?
  • 无法保持1GB RAM Centos服务器运行
  • 我的SQL错误:连接太多

不要删除MySQL的“root”用户,只需重命名它:

mysql> update user set user="somecrazyname" where user="root"; mysql> flush privileges; 

我无法想象如果你删除root用户会发生什么。

  • RAID如何比较以确保数据安全,防止复制?
  • 数据库安全
  • MySQL数据库在我自己的电脑上
  • mysql查询不能突然工作!
  • 我怎么能把MySQL数据库放在不同的磁盘分区(Linux的 – Ubuntu)?
  • 什么是运行Apache / PHP / MySQL的最佳Windows Server平台?
  • 2GB的mysql导入
  • 键效率达到99.97%的mysql
  • 共享MySQL数据库安全
  • 免费的networking服务器日志查看器/监视器

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy