enter image description here

I try to load the tables into the database and this error occurs (the database is empty). Tell me how to solve?

Closed due to the fact that off-topic by user194374, cheops , Kromster , Nick Volynkin 9 Jun '16 at 6:19 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "The question is caused by a problem that is no longer reproduced or typed . Although similar questions may be relevant on this site, solving this question is unlikely to help future visitors. You can usually avoid similar questions by writing and researching a minimum program to reproduce the problem before publishing the question. " - community spirit, cheops, nick volynkin
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Create a table so that it exists. - Dmitriy Simushev
  • Tried it, the same error pops up - justness
  • So you did something wrong. The error clearly informs you that the world.version table world.version not exist. - Dmitriy Simushev
  • Everything related to the question should be in the question itself. Well, the table should not be called world.version but version . world - the name of the database. - Dmitriy Simushev

1 answer 1

Your problem is that there is no version table in the world database. The solution is trivial - create the missing table.