Changes

From SME Server
Jump to navigationJump to search
31 bytes removed ,  08:22, 15 August 2011
Update MySQL commands
Line 75: Line 75:     
=== Create mysql database ===
 
=== Create mysql database ===
  mysqladmin -uroot create <gallery_db_name>
+
  mysqladmin create <gallery_db_name>
  mysql <gallery_db_name> -uroot -e"GRANT ALL ON <gallery_db_name>.* TO <gallery_mysql_user>@localhost IDENTIFIED BY '<password>'"
+
  mysql -e "GRANT ALL ON <gallery_db_name>.* TO <gallery_mysql_user>@localhost IDENTIFIED BY '<password>'"
    
=== Gallery files ===
 
=== Gallery files ===

Navigation menu