Changes

From SME Server
Jump to navigationJump to search
29 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;
Line 48: Line 48:  
=== Importing from Gallery ===
 
=== Importing from Gallery ===
 
If you have previously used Gallery, Piwigo can import the images, comments etc. from your albums there. Checkout the Menalto2Piwigo-plugin
 
If you have previously used Gallery, Piwigo can import the images, comments etc. from your albums there. Checkout the Menalto2Piwigo-plugin
 +
 +
[[Category:Howto]]
20

edits

Navigation menu