Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux:mysql [2015/02/13 15:23]
admin
linux:mysql [2019/01/12 13:27]
admin
Line 1: Line 1:
 ======MySQL====== ======MySQL======
 +
 +====== Backup ======
 +<code sql>
 +GRANT LOCK TABLES, SELECT ON *.* TO '​backupuser'​@'​localhost'​ IDENTIFIED BY '​secret-password';​
 +flush privileges;
 +</​code>​
  
 ======Replication====== ======Replication======
 
linux/mysql.txt · Last modified: 2019/10/21 09:53 by admin