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/MichaelMalz/CST1600/Labs/Lab02/ |
Upload File : |
<? // MichaelMalz/CST1600/Labs/Lab02/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. require('application.phpinc'); #$showEvaluationVariables require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. $disabled = ''; #$disabled = ' disabled'; // Comment this line to enable lab. $uploadFilename = fileSafe($classNumber.'_'.$saveFilename.'.png'); ?> <style type="text/css">b {white-space:nowrap;}</style> <fieldset><legend>Description</legend> The purpose of this lab is to setup the classicmodels database. <?=$gradeNote?> <? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <?=$gradeNote?> <ol class="count"> <li> Create a directory called <b><?=$evaluationName?></b>. We will use it for all work performed in this lab. </li> <li> Download the <a href="../../Resources/mysqlsampledatabase.sql">classicmodels sql file (mysqlsampledatabase.sql)</a>. <br><span class="note">Right-click and <b>Save link as</b> or <b>Save target as</b>.</span> </li> <li> Run MySQL Workbench and use the <a href="../../Resources/mysqlsampledatabase.sql">mysqlsampledatabase.sql</a> file to create the classicmodels database. </li> <li>Show that the classicmodels database has been created. <ol> <li>Refresh <img src="refresh.png"> the schema list.</li> <li>Expand the classicmodels database.</li> <li>Expand the classicmodels tables.</li> <li>Take a screenshot of the MySQL Workbench window showing the classicmodels database and save it as <b class="copyText"><?=$uploadFilename?></b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See example screenshot','Hide example screenshot'); ?><br> <img src="Workbench-Lab02.png" width="1000" height="563" alt="Workbench and classicmodels database example screenshot"/><br> <? showEnd (); ?> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <li>Browse and select your <b><?=$uploadFilename?></b> file, then attach this file to the assignment in D2L for grading.</li> </li> </ol> </li> </ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); require('common/sectionFooter.phpinc'); #require('../../ReferencesResources.phpinc'); #require($Instructor['Path'].'/ContactInformation.phpinc'); require('common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>