Skip to content
Snippets Groups Projects
Commit 9b29da9c authored by Goik Martin's avatar Goik Martin
Browse files

CLI Mysql related hint

parent edbabf97
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,16 @@ symA.xml</screen></td>
<para>You may want to import the sample schema and data being found in
<filename>Sql/student.sql</filename> into your local
<productname>Mysql</productname> server prior to extending the provided
Java skeleton.</para>
Java skeleton. You may use your IDE or depending on your project's root
location (e.g. <filename>Downloads</filename>) simply type in a
shell:</para>
<screen>goik@goiki tmp&gt; mysql -u hdmuser -pXYZ hdm &lt; ~/PROJECTROOT/Exam/Sql/student.sql
id name studyCourse gender fullTime
100 Eve MIB f 1
101 John PMM m NULL
102 Bill NULL m 1
103 Petra CSM m 0</screen>
</section>
<section xml:id="task_2_descr">
......@@ -544,7 +553,7 @@ INSERT INTO Student VALUES(103, 'Petra', 'CSM', 'm', FALSE );</programlisting></
</section>
<section version="5.1" xml:id="task3_uploadFollow" xml:lang="de">
<title>Solution upload </title>
<title>Solution upload</title>
<para>Upload your project using the previous exercise. Enter either of
the following two texts:</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment