Changes

From SME Server
Jump to navigationJump to search
9 bytes added ,  16:45, 25 September 2016
no edit summary
Line 8: Line 8:  
=== Create a MySQL user for the new database ===
 
=== Create a MySQL user for the new database ===
 
:$ mysql
 
:$ mysql
: > grant insert,update,delete,create,alter,drop on piwigo.* to piwigo@localhost idenfied by 'my_secret_password';
+
: > grant select,insert,update,delete,create,alter,drop on piwigo.* to piwigo@localhost identified by 'my_secret_password';
 
: > flush privileges;
 
: > flush privileges;
 
: > quit;
 
: > quit;
20

edits

Navigation menu