diff --git a/ceo/mysql.py b/ceo/mysql.py index 02461bc8d..d4febbdde 100644 --- a/ceo/mysql.py +++ b/ceo/mysql.py @@ -26,6 +26,10 @@ The command to connect using the MySQL command-line client is mysql %(username)s -u %(username)s -p +If you prefer a GUI you can use phpmyadmin at + + http://csclub.uwaterloo.ca/phpmyadmin + This database is only accessible from caffeine. """ % { 'username': username, 'password': password }) diff --git a/debian/changelog b/debian/changelog index dcaa50f0a..756941f3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (0.5.7+nmu3) stable; urgency=low + + * Added phpmyadmin to mysql info file generated by CEO + + -- Michael Ellis Thu, 19 Aug 2010 14:06:16 -0400 + ceo (0.5.7+nmu2) stable; urgency=low * Removed the need for separate entries to manage office and syscom