Here is the necessary sql to create a user and database of the same name. Note to my future self.CREATE USER 'username'@'%' IDENTIFIED BY 'password';GRANT USAGE ON * . * TO 'username'@'%' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_ HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;CREATE DATABASE IF NOT EXISTS `username` ;GRANT ALL …
Pongs:
There are no pongs yet. Maybe you can be the first to pong this post?
Comments:
There are no comments yet. Good opportunity for you to be the first!!11!1!!
Please login to leave a comment.


Maybe you can make it with your internet with blog