MySQL installieren

zur → Übersicht von OwnCloud

Für größere Installationen von OwnCloud (ab 20 User) wird MySQL statt sqlite empfohlen.

Installation MySQL auf ubuntu 12.04 (Debian 7.3 gleich):

# aptitude install mysql-server php5-mysql

Für das Passwort von root sollte man sich auf ASCII beschränken.

Passwort nur ASCII?? damit es im Owncloud WEBGUI tut?

Testen MySQL:

Login als root testen:

# mysql -u root -p

Passwort für root bei Bedarf ändern (1x altes, 2x neues Passwort):

# mysqladmin -u root -p password

Hinweis: Der string password oben ist ein Befehl und darf NICHT ersetzt werden.