SQL Error while importing DB

Issue #454 closed
Leon Grünewald created an issue

Description: I get an error pet_breeds table

Long Description: I get an MySQL Error with the pet_breeds table while importing it with the source command using the mysql commandline tool in Ubuntu MySQL Version: 5.7.17-0ubuntu0.16.10.1

Media: Screenshot_20170404_221058.png

Comments (9)

  1. Beny

    Try to import using another tool, such as Navicat, and let us know if you experience the same.

    Just to let you know, this is more of a issue with your setup rather than the emulator and shouldn't be posted here.

  2. Wesley repo owner

    Your MySQL engine probably doesn't understand the IGNORE command. Remove that and see if that fixes it.

  3. Iluminatos

    Right click DB > Edit with notepad++ > CNTRL + A > CNTRL + C Go to Navicat querry > CNTRL + V

    = Done!

  4. Log in to comment