Browse Source

Update INSTALL.sh

Stefan Pejcic 1 year ago
parent
commit
05fee9a44d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      INSTALL.sh

+ 1 - 0
INSTALL.sh

@@ -720,6 +720,7 @@ configure_mysql() {
 
         # Create database
         mysql --defaults-extra-file="/usr/local/admin/db.cnf" -e "CREATE DATABASE IF NOT EXISTS panel;"
+        #mysql --defaults-extra-file="/usr/local/admin/db.cnf" -e "GRANT PROCESS ON *.* TO 'panel'@'%';"
         mysql --defaults-extra-file="/usr/local/admin/db.cnf" -D "panel" < ${OPENPANEL_DIR}DATABASE.sql
 
         # Check if SQL file was imported successfully