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

  1. Create a script called secure_installation.sql

  1. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!