/ sql / init.sql
init.sql
1  GRANT ALL PRIVILEGES ON *.* TO 'user'@'%';
2  
3  FLUSH PRIVILEGES;