upload client side data to the MySQL server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PreethiGowri
    New Member
    • Oct 2012
    • 126

    upload client side data to the MySQL server

    Can someone tell me how do i upload the data created in mysql back-end into the Mysql server,
    I mean, i have created some tables using mysql command line client in my system, it is accessible only to me. how do i upload it into the mysql server so that i can see my table contents even from friends systems.
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    in your bin directory there is an application name mysqldump

    Use this tool to create the sql file. then run the sql file from your friend machine

    Comment

    Working...