Page "BloodhoundInstall" was changed by gjm
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundInstall?action=diff&version=3>
Revision 3
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundInstall
=========================================================================
--- BloodhoundInstall (version: 2)
+++ BloodhoundInstall (version: 3)
@@ -53,6 +53,15 @@
  {{{
    sudo /etc/init.d/postgresql restart
  }}}
+
+For MySQL these instructions may work on Ubuntu 11.10:
+ {{{
+   sudo apt-get install mysql-client mysql-server
+   mysql --user=root --password -e "CREATE DATABASE bloodhound DEFAULT 
CHARACTER SET utf8 COLLATE utf8_bin;"
+   mysql --user=root --password -e "GRANT ALL ON bloodhound.* TO 
bloodhound@localhost IDENTIFIED BY 'asecurepasswd';"
+ }}}
+
+In the form specified above, the mysql commands will request a password which 
will be the password set on installing mysql. To change this password, you can 
run {{{sudo dpkg-reconfigure mysql-server-5.1}}}.
 
 == Installation Script ==
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundInstall>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundInstall' page.
If it was not you, please report to .

Reply via email to