Changes

Jump to navigation Jump to search
32 bytes added ,  19:26, 27 February 2013
Line 60: Line 60:  
Login as root and issue the following command:
 
Login as root and issue the following command:
 
  mysql
 
  mysql
  create database owncloud;
+
  create database '''databasename''';
  grant all privileges on owncloud.* to username identified by 'password';
+
  grant all privileges on '''databasename'''.* to '''username''' identified by ''''password'''';
 
  flush privileges;
 
  flush privileges;
 
  exit
 
  exit

Navigation menu