MySQL

grant update, insert, delete, select on *.* to user@host identified by 'user';
flush privileges;