Difference between revisions of "Convert SQLite Database to MySQL"

Line 2: Line 2:
 
You can convert your SQLite database to MySQL using the tool available at General Settings > Tools.
 
You can convert your SQLite database to MySQL using the tool available at General Settings > Tools.
  
First create an empty MySQL database and user. Enter the information and click on Execute.
+
* Install MySQL on your master server.
 
+
* Create an empty MySQL database and user.
After the process completes you will be redirected to the configuration utility. Configure TCAdmin to use the MySQL database and restart.
+
* Go to General Settings > Tools. Select "Convert SQLite Database to MySQL".
 +
* Enter the required information and click on Execute.
 +
* After the process completes you will be redirected to the configuration utility. Configure TCAdmin to use the MySQL database and restart.
  
 
== Configure Remote Servers ==
 
== Configure Remote Servers ==

Revision as of 04:04, 12 January 2013

Convert your Database

You can convert your SQLite database to MySQL using the tool available at General Settings > Tools.

  • Install MySQL on your master server.
  • Create an empty MySQL database and user.
  • Go to General Settings > Tools. Select "Convert SQLite Database to MySQL".
  • Enter the required information and click on Execute.
  • After the process completes you will be redirected to the configuration utility. Configure TCAdmin to use the MySQL database and restart.

Configure Remote Servers

After you have configured your master it is recommended that you enable remote db connections. Go to Server Management > Remote DB Connections. Enter the information required to connect to the database there.

Generate a new ConfigUtility.config for each of your remote servers. Place it in the remote's Monitor folder (/home/tcadmin/Monitor or Program Files\TCAdmin2\Monitor) and restart the monitor. It is recommended that you start the monitor in console mode first to make sure it connects to the database correctly.

Retrieved from "https://help.tcadmin.com/index.php?title=Convert_SQLite_Database_to_MySQL&oldid=1014"