Hi there,

Can someone tell me how do i upload the data created in mysql command line client 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 access those table contents even from other systems.

Recommended Answers

All 2 Replies

You can use mysqldump to create an sql script file, which you can then execute on the server.

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.