Gossamer Forum
Home : Products : Others : MySQLMan :

MySQLMan usable on WIN2000?

Quote Reply
MySQLMan usable on WIN2000?
Should I be having a problem using MySQLMan on my local site? Local is WIN2000 Pro. I have everything working correctly on my host, but I get the following error when trying to use it locally. I'm using Apache 1.3.26 (Win32). Thanks in advance for any help.

See config info below this quote...Allante

The error:
[Thu Aug 01 16:12:26 2002] [error] [client 127.0.0.1] couldn't spawn child process: g:/apache/cgi-bin/mysqlman/mysql.cgi



The Config:


%CONFIG = (



# FILES
# --------------------------------------------------------
# the URL to mysql.cgi.
# You can set it as "mysql.cgi" to make it relative.
script_url => "g:/Apache/cgi-bin/mysqlman/mysql.cgi",

# The URL to home/top. It is used for the link TOP on each page
# in the tool bar.
home_url => "http://localhost/cgi-bin/mysqlman/",

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

# CONNECTION
# --------------------------------------------------------
# Mysqlman allows user to skip the login page and connect
# to a database directly. (On = 1, Off = 0)
direct_connect => 1,

# Database used.
direct_db => 'camelot_swg',

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

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

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

Last edited by:

Allante: Aug 1, 2002, 6:32 PM