Typo on Ubuntu Cloud docs page for mysql setup

Bug #1162342 reported by Mark Miller
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Undecided
Doug Smythies

Bug Description

The current docs have:
--------------
Install and configure MySQL

sudo apt-get install mysql-server

Create a database and mysql user for OpenStack

sudo mysql -uroot -ppassword -e "CREATE DATABASE nova;"
sudo mysql -uroot -ppassword -e "GRANT ALL ON nova.* TO novauser@localhost IDENTIFIED BY 'novapassword' ";
-----------------

The semi-colon at the end of the second config line, needs to be inside the double-quote (in place of the space)

Mark Miller
650-722-7065

Changed in serverguide:
status: New → In Progress
assignee: nobody → Doug Smythies (dsmythies)
Revision history for this message
Doug Smythies (dsmythies) wrote :

Thanks very much for reporting the typo. I don't know about Ubuntu docs in general, but did find what you refer to in the serverguide.

Reference (for myself): Two occurrences in virtualization.xml lines 1195 and 1316 (lines numbers based on the latest MP, still to be merged code)

Changed in serverguide:
status: In Progress → Fix Committed
Changed in serverguide:
status: Fix Committed → Fix Released
no longer affects: ubuntu-docs (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.