1. Introduction Burp suite is local proxy software
(man-in-the-middle application) helping a penetration tester to
perform deep analysis and security...
在mysql数据库安装完毕后,为了能远程连接管理mysql数据库。我们一般是在mysql服务器上通过update命令来更新user表中的host记录的。如下:
mysql -uroot -p123456 update user set host='%' where user='root';
FLUSH PRIVILEGES; /etc/init.d/mysqld restart