~guiverc/ubuntu-manual-tests/lubuntu-calamares

« back to all changes in this revision

Viewing changes to testcases/image/1404_Install (LAMP)

  • Committer: flocculant
  • Date: 2018-03-06 19:44:01 UTC
  • mfrom: (375.1.1 ubuntu-manual-tests)
  • Revision ID: flocculant@gmx.co.uk-20180306194401-tc8t5p8tnq012h7r
Fix 1752215

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        <dd>w3m http://127.0.0.1/</dd>
33
33
        <dd>Press q and confirm to exit</dd>
34
34
    <dt>Test MySQL:</dt>
35
 
        <dd>mysql -u root -p</dd>
36
 
        <dd>If you set the MySQL root account with a password, you will be prompted to enter it now. You should then be presented with a mysql prompt mysql>  where you can enter some mysql commands:</dd>
 
35
        <dd>sudo mysql</dd>
 
36
        <dd>You should then be presented with a mysql prompt mysql> where you can enter some mysql commands:</dd>
37
37
        <pre>show databases; connect mysql; select host,user from user;</pre>
38
38
        <dd>that will produce an output like:
39
39
            <pre>