Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

CcTiddly/Details on running the install.sql file

TiddlyWiki Community Wiki

Jump to: navigation, search

Executing the install.sql file from the command line:

$ mysql --user=database_user --host=database_host_name --password
mysql> CREATE DATABASE `cctiddlydb` ;
Query OK, 1 row affected (0.01 sec)
mysql> use cctiddlydb
mysql> source install.sql

mysql> quit
Personal tools