Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Win 2000 Setup

Quote Reply
Win 2000 Setup
Getting there, now I receive the following error

DBMan SQL Setup
Let's check your setup and create the neccessary tables.

CHECKING Setup:
loading your c:/Inetpub/wwwroot/cgi-bin/dbmansql/db.cfg file ... ok.
checking perl 5.004 or better ... ok
checking for DBI module ... ok
trying to connect to database ... ok.
checking for users table ... can't find
dropping and recreating ... Can't call method "do" on an undefined value at c:\inetpub\wwwroot\cgi-bin\dbmansql\nph-setup.cgi line 111.

Many Thanks
John

Quote Reply
Re: Win 2000 Setup In reply to
Anybody - the previous threads solutions not working

Thanks

Quote Reply
Re: Win 2000 Setup In reply to
In Reply To:
c:\inetpub\wwwroot\cgi-bin\dbmansql\nph-setup.cgi line 111
Indicates again, tnat you are using the wrong drive and path configurations in the config file and also in the setup file.

Regards,

Eliot Lee
Quote Reply
Re: Win 2000 Setup In reply to
Maybe be I am already senile, I have checked and triple checked (there are only a couple entries), so I made a screen capture of the files including hard drive with pathes marked

http://www.gatman.com/mysql

Stumped - Again - Thanks

John

Quote Reply
Re: Win 2000 Setup In reply to
John, try backward slashes in your paths....

$db_script_path = "C:\Inetpub\wwwroot\cgi-bin\dbmansql";



Melanie
http://www.somemoorecats.com/
http://www.okhima.org/
Quote Reply
Re: Win 2000 Setup In reply to
As far as I can determine it is not the path now, but the connectivity with the mySQL. (The errstr appears not to output the path from the config file)

I installed mySQL out of the box without any modifications, but I have executed a number of DOS line entries relative to users/password, etc

I have tried various changes to:
@db_connect= ("DBI:mysql:test:name:localhost","ODBC","root");
@db_connect= ("DBI:mysql:test:name:mrburns","root","root");

I have execute mysql on the dos command line

Uptime: 1348 Threads: 1 Questions: 19 Slow queries: 0 Opens: 5 Flush tables
: 1 Open tables: 0 Queries per second avg: 0.014 Memory in use: 8272K Max mem
ory used: 8304K
+----+------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------+-----------+----+---------+------+-------+------------------+
| 12 | ODBC | localhost | | Query | 0 | | show processlist |
+----+------+-----------+----+---------+------+-------+------------------+


C:\mysql\bin>mysqlshow
+-----------+
| Databases |
+-----------+
| gat_db1 |
| mysql |
| test |
| test2 |
+-----------+

Have made a screen shot of the mysqladmin interface
http://www.gatman.com/mysql

Any thoughts now - really bugged on this one and gotta get it to work