mysql - How to convert .db file to .sql file -
I have mydatabase.db file and I want to explain it in mydatabase.sql file.
How to do this ?. Thank you.
Is there any sqlite command? Or to change any software, or any mysql command
You can try (license free,
phase:
- Open the .db file in the valentine studio
- Select a table in the Schema Editor
- Click the correct / alternate table name < Li> Generate SQL
- Show Show
and there will be a new Create tab in the new editor tab that you can use for your Microscope server. Note: you Based on the complexity of the table, you may need to implement the syntax properly for this. Mysql.
If you need to copy the rows contained in your selected table, you can use a dump (right table ) And then import it.
Comments
Post a Comment