Changes

Jump to navigation Jump to search
2 bytes added ,  05:21, 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;
+
  mysql
 +
create database elgg;
 
  grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';
 
  grant all privileges on elgg.* to elgguser identified by 'mysecretpassword';
 
  flush privileges;
 
  flush privileges;

Navigation menu