Commit 304ea7aa authored by Łukasz Nowak's avatar Łukasz Nowak

- exit from mysql shell


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40282 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43cc018f
...@@ -159,6 +159,7 @@ mysql> grant all privileges on development_site.* to 'development_user'@'127.0.0 ...@@ -159,6 +159,7 @@ mysql> grant all privileges on development_site.* to 'development_user'@'127.0.0
mysql> create database test212; mysql> create database test212;
mysql> grant all privileges on test212.* to 'test'@'localhost'; mysql> grant all privileges on test212.* to 'test'@'localhost';
mysql> grant all privileges on test212.* to 'test'@'127.0.0.1'; mysql> grant all privileges on test212.* to 'test'@'127.0.0.1';
mysql> exit
(there is automated support for creating databases but it's not currently (there is automated support for creating databases but it's not currently
working with the Zope 2.12 buildout) working with the Zope 2.12 buildout)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment