Explorar o código

Update INSTALL.sh

Stefan Pejcic hai 1 ano
pai
achega
05fee9a44d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      INSTALL.sh

+ 1 - 0
INSTALL.sh

@@ -720,6 +720,7 @@ configure_mysql() {
 
 
         # Create database
         # 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 "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
         mysql --defaults-extra-file="/usr/local/admin/db.cnf" -D "panel" < ${OPENPANEL_DIR}DATABASE.sql
 
 
         # Check if SQL file was imported successfully
         # Check if SQL file was imported successfully