This is an old revision of the document!
Database
Grant permissions
replace *.* with schema.table if needed
GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost';
This is an old revision of the document!
replace *.* with schema.table if needed
GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost';