Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • blankp.githinji
    Participant

    I experienced a challenge importing data into mysql exported using mysql workbench. It is a collation issue.
    I solved this error by:

    1. Opening the .sql file using text editor
    2. Replacing "utf8mb4_unicode_520_ci" with "utf8mb4_general_ci".
    3. Saving the file as .sql and importing it

    It worked

Viewing 1 post (of 1 total)