Changes

Jump to navigation Jump to search
310 bytes added ,  10:23, 18 January 2013
Line 47: Line 47:  
  </nowiki>
 
  </nowiki>
   −
4. Create a new database in MySQL, grant permissions, set password and flush (Again, in this example the database name is owncloud)
+
4. Create a new database in MySQL, grant permissions, set password and flush (Again, in this example the database name is owncloud). It is a good idea to create a separate admin-user for owncloud with a strong password, because you will only need this owncloud-admin for administrative tasks.
   −
Create database (on console) issue:
+
Create database and owncloud-admin. Replace "put ... usernamehere" with name of owncloud-admin (e.g. oc-admin) and choose strong password. So (on server-console) issue:
 
   <nowiki>
 
   <nowiki>
myUser="putusernamehere"
+
myUser="put owncloud-admin usernamehere"
 
myPass="put password here"
 
myPass="put password here"
 
mysql --execute="create database owncloud"
 
mysql --execute="create database owncloud"
17

edits

Navigation menu