freebsd-ports/chinese/tatter-tools/pkg-message
Vanilla I. Shu 818c149acf Add tatter-tools 0.9.6, cute and easy blog Tool with
Traditional-Chinese(zh_TW.UTF-8).

PR:		ports/88779
Submitted by:	chinsan <chinsan.tw . gmail.com>
2005-11-11 06:43:28 +00:00

24 lines
739 B
Text

==================================================================
Tatter-Tools is now installed. If you intall it for the first time,
you may have to follow this steps to make it work correctly.
1. Create the MySQL database:
# mysqladmin --user=root -p create tatter
2. Create a mysql user/password for tatter(database):
(change user and/or password if requered)
# mysql -u root -p
mysql> GRANT ALL ON tatter.* TO ttuser@localhost
IDENTIFIED BY 'tt_password';
mysql> FLUSH PRIVILEGES;
mysql> QUIT;
3.Open Tatter-Tools installation page in your web browser
and fill with ttuser/tt_password
http://%%HOSTNAME%%/%%TT_URL%%/install.php
Have fun!
==================================================================