Changes

Jump to navigation Jump to search
2 bytes added ,  17:08, 5 November 2015
m
Line 67: Line 67:  
Login as root and issue the following command:
 
Login as root and issue the following command:
 
  mysql
 
  mysql
  create database '''databasename''';
+
  create database '''owncloud''';
  grant all privileges on '''databasename'''.* to '''username''' identified by ''''password'''';
+
  grant all privileges on '''owncloud'''.* to '''username@localhost''' identified by ''''password'''';
 
  flush privileges;
 
  flush privileges;
 
  exit
 
  exit
147

edits

Navigation menu