I want to email a MYSQL database I created with all tables and queries to other person to check do I use the Import and Export Wizard or there are other ways?
|
closed as not a real question by Derek Downey, JNK♦, gbn, RolandoMySQLDBA, Jack Douglas♦ Apr 7 '12 at 10:23
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
What I understand from your question I am answering on that basis.
If you want database dump use
where If you only wants the structure of your tables then write Command as
For more information about mysqldump please visit The Link. If you asking any other thing please clearly update with your question. |
|||
|
|
|
SQLyog - MySQL GUI has a tool called SQL Scheduler & Reporting tool. You would need to specify a query and the result of this query will be emailed by the tool. Although this feature is available only in the paid version, I guess there is a trial version available. You might want to give it a shot. |
|||
|
|
|
you can use phpmyadmin to export database. alternative , if you familiar with cli , use mysqldump to export your database schema .I guess that what you asked . |
|||
|
|
