atabase db_name ;
mysql> CREATE USER 'user'@'%' IDENTIFIED BY 'secret';
mysql> grant all privilege... ly :
<code sql>
CREATE USER 'backup'@'localhost' IDENTIFIED BY 'password';
REVOKE ALL PRIVILEGES ON... tbl_name FOR EACH ROW trigger_stmt
</code>
wa_Guide, un nouveau tuple doit être insérer dans wa_GuideVote (table gérant les votes des visiteurs au nivea
skip-grant-tables
mysql -u root
# Important to avoid without grant table error !
MariaDB [(none)]> FLUSH PRIVILEGES;
ALTER USER 'root'@'localhost' identified by 'secret' ;
</code>
then stop ''mysqld