You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Download the lastest WP, preferebly with the selected locale, but fall back to the default locale.
@@ -19,12 +23,12 @@ function install_core {
19
23
# Setup the database if required.
20
24
local SQL="CREATE DATABASE IF NOT EXISTS $WP_DB_NAME; CREATE USER '$WP_DB_USER' IDENTIFIED BY '$WP_DB_PASSWORD'; GRANT ALL PRIVILEGES ON $WP_DB_NAME.* TO '$WP_DB_USER'; FLUSH PRIVILEGES; SHOW GRANTS FOR \"$WP_DB_USER\""
0 commit comments