Question: MYSQL COMMAND LINE Create a script called secure_installation.sql The script must accomplish the same result as mysql_secure_installation. The script must contain your own SQL statements
MYSQL COMMAND LINE
-
Create a script called secure_installation.sql
-
The script must accomplish the same result as mysql_secure_installation. The script must contain your own SQL statements and no reference to the built-in mysql_secure_installation command. Additionally, this script must run without stopping for user interaction.
- Set root password. // Use your PANTHERID as password. i.e 7654321 - Remove anonymous users. - Disallow root login remotely. - Remove test database and access to it.
- Reload privilege tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
