Gossamer Forum
Home : Products : Others : MySQLMan :

mysqlman.cgi

Quote Reply
mysqlman.cgi
I am trying to install mysqlman on an NT server.
But i can't execute the mysqlman.cgi file.
This is the addresse :
http://www.e-marketconstruction.belbone.be/cgi-bin/mysqlman/mysql.cgi

Can anybody give me a hint on what's wrong here ?
I have the rwx permissions on all files.
Thanks a lot in advance,

Etienne Colla

Quote Reply
Re: mysqlman.cgi In reply to
Did you read the following text in the file?

Code:

# Auto set the path. If the path is not set automatically then
# uncomment the following line and fill in the full path.
#
# use lib '/path/to/MySQLMan';


You need to uncomment the following line:

Code:

# use lib '/path/to/MySQLMan';


Like the following:

Code:

use lib 'C:/Inetpub/account/cgi-bin/mysqlman';


Replace the above FULL PATH with your FULL PATH.

Regards,

Eliot Lee