Page 1 of 1

problem installing a document managment program

Posted: Sat Jul 12, 2003 3:30 pm
by robin1
Hello everybody,
I downloaded a program called "sitr tracker" document managment program..
Everytime i install the application its asking for a root user id and pwd which i dont have(i'm with isp). the only control over the database i have is to create db and tables. so i used the user id and pwd of a database but it's not working. i talk to the programmer but his idea didn't work..
any ideas??

problem area:

Code: Select all

$query = "GRANT USAGE ON  doc_dbase1.* TO doc_user@localhost;"

Posted: Sat Jul 12, 2003 11:13 pm
by m3mn0n
Does the site of the application have a support/help area?

Posted: Sat Jul 12, 2003 11:28 pm
by johnm1019
Although this is a little bit more advanced....

You might try hacking into the install file its trying to run and see what tables its going to create once it gets it login and password... then create those tables yourself, and run whatever gets run post install...

Might take a while but thats what i'd do....