Changes

Jump to navigation Jump to search
4 bytes removed ,  20:22, 24 September 2016
no edit summary
Line 6: Line 6:  
=== Create a MySQL database for Piwigo ===
 
=== Create a MySQL database for Piwigo ===
 
:$ mysqladmin create 'piwigo' –default-character-set=utf8
 
:$ mysqladmin create 'piwigo' –default-character-set=utf8
=== And 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 insert,update,delete,create,alter,drop on piwigo.* to piwigo@localhost idenfied by 'my_secret_password';
20

edits

Navigation menu