I have a current mysql user who has SELECT privileges for all the table in database example. How can give that user privileges to add new tables, a
SELECT
example
maybe something like
GRANT ALL PRIVILEGES ON example . * TO 'user'@'%';
This gives all the privileges for ONLY the 'example' database to user