Mega Code Archive
Categories
/
MySQL
/
User Permission
To reset an existing limit to the default of no limit, specify a value of zero
GRANT USAGE ON *.* TO 'quinn'@'localhost' WITH MAX_CONNECTIONS_PER_HOUR 0;