0% found this document useful (0 votes)
11 views6 pages

SQL and FTP Assignment

The document outlines a series of tasks related to FTP and MySQL database management. It includes creating an FTP account, updating quotas, changing passwords, uploading and downloading files, creating a database and table, managing MySQL users and privileges, and performing database backups and restorations. Screenshots are required for each task to demonstrate completion.

Uploaded by

decodeme2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views6 pages

SQL and FTP Assignment

The document outlines a series of tasks related to FTP and MySQL database management. It includes creating an FTP account, updating quotas, changing passwords, uploading and downloading files, creating a database and table, managing MySQL users and privileges, and performing database backups and restorations. Screenshots are required for each task to demonstrate completion.

Uploaded by

decodeme2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

1. Create an FTP account <your name>. under the domain domain_name using command line.

Login to FTP using terminal and show the screenshots

2. Give the commands for the following


i. update FTP quota

ii. change the password of an FTP account

3. Upload and download files via FTP through the terminal. Once the above task is done, checthe
corresponding log in the FTP log and attach the screenshot
4. Create a database with your name and create a table in your name under that dataatabase values
are as follows
+--------+-------+
| name | age |
+--------+-------+
| philip | 35 |
| steve | 29 |
| jack | 30 |
+--------+-------+
Show the sceenshots

5. Create a MySQL user in your name and grant all privileges to your database. Show the
privileges for that user and log in to MySQL using your user. Show the screenshots.
6. Take a backup of your database using the command line and restore it to another database
named <yourname1>. Show the screenshots.

You might also like