We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350c3f1 commit 76f9d16Copy full SHA for 76f9d16
deployingzscluster.md
@@ -30,8 +30,7 @@ Zend Server user interface is driven by MySQL database and separate instance of
30
31
mysql> CREATE USER 'zend_db_user'@'%' IDENTIFIED BY 'zend_db_pass';
32
33
- mysql> GRANT ALL PRIVILEGES ON zend_db_name.* TO 'zend_db_user'@'%'
34
- WITH GRANT OPTION;
+ mysql> GRANT ALL PRIVILEGES ON zend_db_name.* TO 'zend_db_user'@'%' WITH GRANT OPTION;
35
36
37
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
56
55
- Deploy an application from command line.
57
- Remove node.
58
59
-
+
0 commit comments