grant all privileges

grant all privileges on mydb.* to myuser@'%' identified by 'mypasswd';
grant all privileges on mydb.* to <a href="mailto:myuser@localhost">myuser@localhost</a> identified by 'mypasswd';
Kategoria: