Gossamer Forum
Home : Products : Others : MySQLMan :

Windows mysqlman

Quote Reply
Windows mysqlman
Help, I want to set up mysqlman on windows_xp. I have been using myphpadmin and would like to convert. I am using Foxserv and my setup is:

C:\FoxServ\Apache\cgi-bin\mysqlman-1.09

C:\FoxServ\perl

C:\FoxServ\mysql

My apache runs fine, mysqladmin runs fine, myphpadmin also works

Foxserv also has a C:\FoxServ\www\cgi-bin\

I don't know how to set up the mysql.cfg or the mysql.cgi.
Quote Reply
Re: [mratcliffe] Windows mysqlman In reply to
Please use the appropriate forum.

http://gossamer-threads.com/...gforum.cgi?forum=13;

Last edited by:

Paul: Feb 14, 2003, 10:59 AM
Quote Reply
Re: [mratcliffe] Windows mysqlman In reply to
Are you getting any error messages, and if so, what do they say?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [mratcliffe] Windows mysqlman In reply to
If its running fine then why do you need to change anything?
Quote Reply
Re: [Andy] Windows mysqlman In reply to
I get the famous 500 internal server error from apachie when I run

http://localhost/...qlman-1.09/mysql.cgi

I am not sure how to modify mysql.cfg
Quote Reply
Re: [mratcliffe] Windows mysqlman In reply to
Check your error log.
Quote Reply
Re: [Paul] Windows mysqlman In reply to
I think I am not seting my path's correctly and I don't know how. Sorry I'm lost

Reason: Can't locate DBI.pm in @INC (@INC contains: C:\FoxServ\www\cgi-bin\mysqlman-1.09 C:/FoxServ/perl/lib .) at C:/FoxServ/www/cgi-bin/mysqlman-1.09/mysql.cgi line 3129.


I don't have a DBI.pm any where. ??? I went to the link for the module. Is there one for windows anywhere?

Last edited by:

mratcliffe: Feb 17, 2003, 6:20 AM
Quote Reply
Re: [mratcliffe] Windows mysqlman In reply to
You need to use forward slashes for your path not backward. Install DBI using ppm:

ppm install DBI
Quote Reply
Re: [Paul] Windows mysqlman In reply to
You will also most likely need to go to http://ppm.activestate.com to download DBD-MySQL (not DBDx-MySQLSequence)

Unfortunately, the last time I checked there wasn't a version for 5.8.0 but there is one for 5.6.1 (I had to downgrade immediately after an upgrade Unimpressed)