aboutsummaryrefslogtreecommitdiff
path: root/chinese/tatter-tools/pkg-message
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-11-11 06:43:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-11-11 06:43:28 +0000
commit818c149acfa7c8e7984992770181d02468a150cf (patch)
tree5270df5f99a717d1d6eb39e7a21a436613febf40 /chinese/tatter-tools/pkg-message
parentba990aeee82ec5eca314749dd877b20e5b0cedd1 (diff)
Notes
Diffstat (limited to 'chinese/tatter-tools/pkg-message')
-rw-r--r--chinese/tatter-tools/pkg-message24
1 files changed, 24 insertions, 0 deletions
diff --git a/chinese/tatter-tools/pkg-message b/chinese/tatter-tools/pkg-message
new file mode 100644
index 000000000000..55b702048ff1
--- /dev/null
+++ b/chinese/tatter-tools/pkg-message
@@ -0,0 +1,24 @@
+==================================================================
+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!
+==================================================================