hey leute,
hab hier nen kleines problem mit lighttpd und sql files.
ich möchte gerne roundcube updaten, dazu muss man nach dem upload der files die /SQL/mysql.update.sql ausführen. diese datei wird aber nicht ausgeführt, sondern zum download angeboten lol. weder auf der lighttpd seite noch im web, noch hier hab ich irgendwas dazu gefunden :(.
datei-rechte hab ich richtig gesetzt.
hoffe ihr könnt mir helfen?! danke schonmal!
lg michi
lighttpd sql files
Re: lighttpd sql files
Du musst das File in MySQL importieren und nicht per Browser ausführen.
Code: Select all
mysql -uroot -p deine-roundcube-datenbank < /path/to/SQL/mysql.update.sqlPayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
