Changes

Jump to navigation Jump to search
285 bytes added ,  16:36, 17 January 2013
Line 48: Line 48:     
4. Create a new database in MySQL, grant persmissions, set password and flush (Again, in this example the database name is owncloud)
 
4. Create a new database in MySQL, grant persmissions, set password and flush (Again, in this example the database name is owncloud)
 +
 +
Create database (on console) issue:
 +
  <nowiki>
 +
myUser="putusernamehere"
 +
myPass="put password here"
 +
mysql --execute="create database owncloud"
 +
mysql --execute="grant all privileges on owncloud.* to $myUser@localhost identified by $myPass"
 +
mysql --execute="flush privileges"
 +
  </nowiki>
    
5. Browse to http://yourserver/owncloud and follow install script
 
5. Browse to http://yourserver/owncloud and follow install script
      
==Optional==
 
==Optional==
17

edits

Navigation menu