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
sudo mysql -e "create database $PHPGPS_DB_NAME; GRANT ALL PRIVILEGES ON $PHPGPS_DB_NAME.* TO $PHPGPS_DB_USER@localhost IDENTIFIED BY '$PHPGPS_DB_PASS'"