** Summary changed:

- Ubuntu Server Guide 12.04 - MySQL config path incorrect
+ Ubuntu Server Guide 12.04 - MySQL Advanced configuration mistakes

** Description changed:

  https://help.ubuntu.com/12.04/serverguide/mysql.html#mysql-advanced
  
- Advanced Configuration lists /etc/my.cnf as the location, but it should
- be /etc/mysql/my.cnf
+ 1) Advanced Configuration lists /etc/my.cnf as the location, but it
+ should be /etc/mysql/my.cnf
+ 
+ 2) Command "mysqldump --all-databases --all-routines -u root -p >
+ ~/fulldump.sql". --all-routines is not a valid switch in this version of
+ mysqldump. --routines does exist though and is probably the intended
+ switch.

** Description changed:

  https://help.ubuntu.com/12.04/serverguide/mysql.html#mysql-advanced
  
  1) Advanced Configuration lists /etc/my.cnf as the location, but it
  should be /etc/mysql/my.cnf
  
  2) Command "mysqldump --all-databases --all-routines -u root -p >
  ~/fulldump.sql". --all-routines is not a valid switch in this version of
  mysqldump. --routines does exist though and is probably the intended
  switch.
+ 
+ 3) "sudo service start mysql" should read "sudo service mysql start".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1152672

Title:
  Ubuntu Server Guide 12.04 - MySQL Advanced configuration mistakes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/1152672/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to