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
mysql_query("CREATE USER '$mysql_user'@'%' IDENTIFIED BY '$mysql_password';");
mysql_query("GRANT ALL PRIVILEGES ON * . * TO '$mysql_user'@'%' IDENTIFIED BY '$mysql_password' WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;");
mysql_query("GRANT ALL PRIVILEGES ON `$mysql_user\_%` . * TO '$mysql_user'@'%';");