Changes between Version 11 and Version 12 of Howto_Install


Ignore:
Timestamp:
Mar 9, 2007 2:17:37 PM (6 years ago)
Author:
peterlohmann
Comment:

MySQL initial installation example

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Install

    v11 v12  
    6767While 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). 
    6868 
     69For example with mysql enter the following code on the command line: 
     70{{{ 
     71mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql 
     72}}} 
     73 
    6974== Conclusion == 
    7075This is a very basic setup to get you up and running with Roundcube in less than twenty minutes.  There are plenty of other options, and a lot more options to investigate. See [wiki:Howto_Config] or browse the forums ([http://www.roundcubeforum.net]) for other tricks and modifications, as well as support if you just can't get it working.