MySQL Forums
Forum List  »  Delphi

Re: MySQL via Delphi 7
Posted by: Jack Nelson
Date: August 26, 2008 07:51AM

although using the sql components would be much better I would like to show you a unique (harder and not recommended method because this method is unconventional) method to connect and query the mysql server.

You know that the mySQL server opens by default the port 3306. So you can telnet to that port and do raw queries.. A detailed tutorial on how to telnet to a mySQL server and interogate the database is found here:

http://www.aota.net/PHP_and_MySQL/telnet2mySQL.php4

All you need to do now is to implement a telnet client.. Enjoy

Voice Editing Software http://voice-software.org

Options: ReplyQuote


Subject
Written By
Posted
September 02, 2006 08:59PM
September 06, 2006 04:49AM
August 12, 2008 06:29AM
November 04, 2008 08:00AM
August 29, 2008 05:21AM
July 15, 2009 10:47PM
Re: MySQL via Delphi 7
August 26, 2008 07:51AM
March 25, 2009 02:24PM
April 15, 2009 11:10PM
July 05, 2009 03:44PM
May 01, 2009 02:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.