MySQL

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

Leave a Reply