Gossamer Forum
Home : Products : Others : MySQLMan :

the hanzify version of MySQL Man

Quote Reply
the hanzify version of MySQL Man
   The hanzify version of MySQLMan.edition, and direct connect to mysql database.

mysql.cfg:

# ==================================================================
# MySQLMan - web based MySQL manager.
#
# Website : http://gossamer-threads.com/
# Support : http://gossamer-threads.com/scripts/support/
# Revision : $Id: mysql.cfg,v 1.40 2001/12/10 23:59:06 alex Exp $
# Hanzify : http://fjpc.net David.Qiu
#
# Copyright (c) 2000 Gossamer Threads Inc. All Rights Reserved.
# Redistribution in part or in whole strictly prohibited.
# ==================================================================
#
# This is the MySQLMan configuration file.
#
# --------------------------
# CONFIG HASH |
# --------------------------
%CONFIG = (
# login interface
login_user => "username",
login_pass => "userpassword",
login_ip => "202.101.98.54", # secure, fix to one ip adress. if not, pls leave it none
login_code => "abcdABD", # MD5 code need it
# FILES
# --------------------------------------------------------
# the URL to mysql.cgi.
# main script name, you can change it here.
script_url => "mysql.cgi",

# home page url
home_url => "http://fjpc.net",

# The PATH to the template directory.
template_dir => $SCRIPT_PATH . "/templates",

# CONNECTION
# --------------------------------------------------------
# direct connect to database, I chaged it.(On = 1, Off = 0)
direct_connect => 1,

# Database used.
direct_db => 'database_name',

# Host to connect to.
direct_host => '127.0.0.1',

# Port. Standard port will be used if not specified.
direct_port => '3306',

# User name and password.
direct_user => 'direct_user',
direct_pass => 'direct_password',

download here:
http://www.perlchina.org/...hment;postatt_id=508;

below are chinese:
MySQL Man v1.09汉化版,根据原版本的bug做了修改,加强了管理员登录的安全机制。有时间时我还会对这个程序做功能性的加强,如果你在使用过程中有发觉什么不妥的,请在perlchina.org论坛里给我短信息。 --邱雄盛
Subject Author Views Date
Post the hanzify version of MySQL Man helper 4640 Mar 30, 2004, 3:43 AM