Skip to content

Commit 76f9d16

Browse files
author
Nick Maiorsky
committed
Updated deployment guide
1 parent 350c3f1 commit 76f9d16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deployingzscluster.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Zend Server user interface is driven by MySQL database and separate instance of
3030

3131
mysql> CREATE USER 'zend_db_user'@'%' IDENTIFIED BY 'zend_db_pass';
3232

33-
mysql> GRANT ALL PRIVILEGES ON zend_db_name.* TO 'zend_db_user'@'%'
34-
WITH GRANT OPTION;
33+
mysql> GRANT ALL PRIVILEGES ON zend_db_name.* TO 'zend_db_user'@'%' WITH GRANT OPTION;
3534

3635

3736
Above provided example of SQL sintax to create database and use and grant required permissions.
@@ -56,4 +55,4 @@ Zend Server user interface is driven by MySQL database and separate instance of
5655
- Deploy an application from command line.
5756
- Remove node.
5857

59-
58+

0 commit comments

Comments
 (0)