[Erp5-report] r39229 luke - /erp5/trunk/buildout/README-2.12.txt

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 15 14:52:33 CEST 2010


Author: luke
Date: Fri Oct 15 14:52:32 2010
New Revision: 39229

URL: http://svn.erp5.org?rev=39229&view=rev
Log:
 - as mysql listens on 0.0.0.0, this command needs to connect ro
   127.0.0.1

Modified:
    erp5/trunk/buildout/README-2.12.txt

Modified: erp5/trunk/buildout/README-2.12.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README-2.12.txt?rev=39229&r1=39228&r2=39229&view=diff
==============================================================================
--- erp5/trunk/buildout/README-2.12.txt [utf8] (original)
+++ erp5/trunk/buildout/README-2.12.txt [utf8] Fri Oct 15 14:52:32 2010
@@ -145,7 +145,7 @@ $ bin/supervisord                   # 6
 Also, we need databases in the mysql server that correspond to both the ERP5
 instance we're going to create, and the testrunner we will want to run:
 
-$ var/bin/mysql -u root
+$ var/bin/mysql -h 127.0.0.1 -u root
 mysql> create database development_site;
 mysql> grant all privileges on development_site.* to 'development_user'@'localhost' identified by 'development_password';
 mysql> grant all privileges on development_site.* to 'development_user'@'127.0.0.1' identified by 'development_password';




More information about the Erp5-report mailing list