Author Topic: Installation  (Read 5805 times)

Offline Annand

  • Newbie
  • *
  • Posts: 2
Installation
« on: May 01, 2007, 07:45:54 PM »
I've followed the how-to installation guide (http://trac.roundcube.net/trac.cgi/wiki/Howto_Install) but my only problem is the last part - the database setup. How do I execute the SQL file as show below? I don't have access to a command line.

Thanks,
Annand

Database Setup ¶
While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite).

For example with mysql enter the following code on the command line:

mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql

Offline Annand

  • Newbie
  • *
  • Posts: 2
Re: Installation
« Reply #1 on: May 01, 2007, 11:27:56 PM »
after doing some reading, i've managed to get the .initial.sql file to execute; however, i keep getting the "SERVICE CURRENTLY NOT AVAILABLE! Error No. 1f4)" error. could someone please advise? thanks.