Changes

Jump to navigation Jump to search
7 bytes added ,  05:12, 4 September 2014
m
Line 29: Line 29:  
Elgg requires a database. As root, issue the following commands:
 
Elgg requires a database. As root, issue the following commands:
   −
mysqlcreate database elgg;grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';flush privileges;exit
+
mysqlcreate database elgg;
 +
grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';
 +
flush privileges;
 +
exit

Navigation menu