0

I need to export my database, however when I done so and tested it by importing it again in do a different MySQL instance all my bookmarked queries were gone.

How do I export them with the database, so other people can run them by importing the database?

Is there another way?
I could just export each query as a table and have it as separate to the data base

4
  • You mean dump database or export query result? related questions:dump db and export query result Commented Aug 22, 2015 at 3:53
  • I can export the query results no issue, what I want to do is just export the single database with the bookmarked queries. Commented Aug 22, 2015 at 4:01
  • You mean using browser to share queries on tables with others? I don't think this is a good practice. Try write a simple script of the queries on the tables would be more convenient. Commented Aug 22, 2015 at 4:12
  • 2
    Please don't vandalize your question. Commented Oct 13, 2015 at 1:17

1 Answer 1

1

Bookmarked queries have nothing to do with the database. It's a feature of the client. For example that standard linux mysql CLI saves all executed querys to a file name .mysql_history. Like wise whatever client it is that you are using will have a place where this queries are saved, you just need to find it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.