Merge lp:~flocculant/ubuntu-manual-tests/1752215 into lp:ubuntu-manual-tests

Proposed by Kev Bowring
Status: Merged
Approved by: Kev Bowring
Approved revision: 376
Merged at revision: 376
Proposed branch: lp:~flocculant/ubuntu-manual-tests/1752215
Merge into: lp:ubuntu-manual-tests
Diff against target: 14 lines (+2/-2)
1 file modified
testcases/image/1404_Install (LAMP) (+2/-2)
To merge this branch: bzr merge lp:~flocculant/ubuntu-manual-tests/1752215
Reviewer Review Type Date Requested Status
Kev Bowring (community) Approve
Review via email: mp+340871@code.launchpad.net

Description of the change

Fix mysql stanza in 1404 LAMP testcase

To post a comment you must log in.
Revision history for this message
Kev Bowring (flocculant) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testcases/image/1404_Install (LAMP)'
2--- testcases/image/1404_Install (LAMP) 2016-04-25 13:57:38 +0000
3+++ testcases/image/1404_Install (LAMP) 2018-03-06 19:41:48 +0000
4@@ -32,8 +32,8 @@
5 <dd>w3m http://127.0.0.1/</dd>
6 <dd>Press q and confirm to exit</dd>
7 <dt>Test MySQL:</dt>
8- <dd>mysql -u root -p</dd>
9- <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>
10+ <dd>sudo mysql</dd>
11+ <dd>You should then be presented with a mysql prompt mysql> where you can enter some mysql commands:</dd>
12 <pre>show databases; connect mysql; select host,user from user;</pre>
13 <dd>that will produce an output like:
14 <pre>

Subscribers

People subscribed via source and target branches