MySQL Forums
Forum List  »  Microsoft SQL Server

Re: upload client side data to the MySQL server
Posted by: Shawn Green
Date: January 16, 2013 07:35PM

Hello Preethi,

I think you misunderstand the nature of client-server technology. When you were entering those command using the MySQL command line interface, you were sending those commands to the MySQL server where they were executed. The responses you saw were the acknowledgement that the server you were connected to had completed the actions you told it to do.

Your tables and data are already on the MySQL server.

All you need for anyone to access those tables from another location is a MySQL-compatible client or connection library and an authorized login.

Regards,
--
Shawn Green
MySQL Principal Technical Support Engineer
Oracle USA, Inc. - Hardware and Software, Engineered to Work Together.
Office: Blountville, TN

Options: ReplyQuote


Subject
Written By
Posted
Re: upload client side data to the MySQL server
January 16, 2013 07:35PM


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.