Re: howto: telnet shell

2001-03-22 Thread drvampire
do you mean that you want to go into the database console directly from your office? Alan. i have a MySQL server running in my office. i need to be able to telnet into the MySQL server remotely. can anyone point me at documentation that will tell me how? right now (from a dos window)

Re: MYSQL using PERL

2001-03-22 Thread drvampire
Hi, Have you installed DBI/DBD?? if so you can perldoc DBI or perldoc mysql_dbd to read the manual. Alan. Hai, I am using Red Hat Linux 7. From where can I get example programmes of connectiong to MYSQL using PERL under Linux. Thankyou Rajeev Ramanujan

Re: RE: howto: telnet shell

2001-03-22 Thread drvampire
as someone else has mentioned, you would need to install mysql client into your computer and then use the command mysql -uuserid -hhosename -p to access your remote database. Alan. yes, that is what i am wanting to do. i have found a way around by using uSOFT Query, but would like to get