November
19
MySQL: set database to ignore GRANT permissions
This disables mysql a significant amount of security for mysql
nano /etc/my.conf
goto: [mysqld]
add the command: skip-grant-tables
systemctl restart mysqld