Critically important! Save! How to transfer innoDB database from one computer to another? Exported the file using Server -> Data Export. The result is a 1 sql file, but when importing to another computer (Server -> Data Import), an error 1146 occurs (talbe doesn't exist). Found this stuff
It says about some ibdata and .frm files, but where can I get them? Help! Tomorrow the database should be shown to the teacher!
Here is how I exported the base: 
Advanced options are not changed.
If you export without Include Create Schema, then error 1142 occurs: SELECT, LOCK TABLES command denied to user 'root' @ 'localhost' for table 'accounts'
If you import a single structure, an error 1022 will occur: no database selected.