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
< CcTiddly(Redirected from Details on running the install.sql file)
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

