At 14:11 +0000 1/27/02, vikram singh wrote: >Dear friend , I want to connect to MySql server thru >telnet ...it ask for Handshake command so any budy can tell me what >r the commands for communicating with server and where can i find >list of command ...actually i want to write mysql gui client so i >need to know what command to send to server for login and other >things.... pleaz mail me at [EMAIL PROTECTED]
Wrong approach. You're trying to use the raw client-server protocol. Client API libraries already exist for several languages. Use of of those rather than writing your own. You'll save yourself a lot of work. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php