How can I import stuff to mySql?

I try to import the file but says no database selected, please help me!

what software do you use when restoring the sql dump to your database?
Open the .sql in Notepad. Are there lines like

Use essentialmode

If yes, it tries to use the database called essentialmode.
If not, you need to restore the dump directly to your database, not the database server.

2 Likes

How do I import stuff into CouchDB?

check this [How-to] Migrate data from MySQL to CouchDB
but I would suggest to use mysql, becaue CouchDB is outdated.