Tools/GRR(Google Rapid Response)1 Google Rapid Response(GRR) Install root@mgmt-virtual-machine:/# apt install -y mysql-server root@mgmt-virtual-machine:/# mysql_secure_installation root@mgmt-virtual-machine:/# mysql -u root -p mysql> SET GLOBAL max_allowed_packet=41943040; mysql> CREATE USER 'grr'@'localhost' IDENTIFIED BY 'password'; mysql> CREATE DATABASE grr; mysql> GRANT ALL ON grr.* TO 'grr'@'localhost'; root@mgmt-virtual-machine:/# apt install python-pip ro.. 2020. 9. 3. 이전 1 다음