Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the following scripts countries.sql, athletes.sql** and sports.sql Each script will populate the corresponding table with the data from your CSV. Data needs to be

Create the following scripts countries.sql, athletes.sql** and sports.sql
Each script will populate the corresponding table with the data from your CSV.
Data needs to be sorted alphabetically and can not contain duplicates.
Data will be broken by the following filter so that each node contains different records.
CentOS
olympic
Ubuntu
All 1k Users
Fedora
paralympic
* For the athletes.sql script make sure to combine
firstname+' '+lastname into the roary001_atheletes_name column
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
Access // 2 pts
Disallow root from SSH to each one of your servers
Disable the Firewall to allow incoming SQL connections.
Create a professor account in MySQL.
- Use ggome002 as the username.
- Set your PANTHERID as password. // i.e 7654321
- Allow the professor account to connect from all your servers.
- Grant the professor ALL access to all databases and tables.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Marketing Database Analytics

Authors: Andrew D. Banasiewicz

1st Edition

0415657881, 978-0415657884

More Books

Students also viewed these Databases questions