This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

communication bot<>website

Old posts that have not been replied to for several years.
Locked
D
D^

communication bot<>website

Post by D^ »

Heres my problem:
I would like my bot to be able to communicate with my webby... and i would like it to be done through MySQL...

Ive looked at fatbase SQL, but i run into a problem... all the FAQs are written as one knows the location of the SQL database... i dont...

I have a website (www.netcyb.org.uk) - but i do not know what the MySQL path is to that site ;/ - Can anyone help me ??
:( :-? :oops: :cry:
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

Not really a tcl-issue, but...
to get your mysql dir you can just execute a small php script on your webby.

Code: Select all

<?php
    phpinfo();
?>
save that to a phpfile and open it in your browser, will give you alot of details about the serversetup
Elen sila lúmenn' omentielvo
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Try using mysql.mod. This should take the need for this path away.

mysqltcl comes with documentation on where to look for it, have you tried looking on the docs for helpful information like this too.
Locked