Duplicate registry in mysql

Asked

Viewed 87 times

0

I’m having trouble creating a table and entering some records so I can work with some queries.

As much as I create a test table only with ID and name. When inserting by the same mysql tool it inserts the same record 2 times!! Duplicated.

I have tried in my cloud database, locally, in windows, linux and Ios.

Sometimes when I clear the cache it will only be a record, but then it will duplicate again ! What may be happening?

  • 1

    There is no way to know without you specifying the code you used and the description of the table in the database. You can [Edit] the question and add these details.

  • I didn’t use code, I went straight through the tools of mysql itself. It’s not outside the standards that the teacher taught, even the web ones.

  • Post the structure of your table, and try to do the Insert manually, without being by the interface.

  • I’ll try and get back to you

  • Which tool you are using?

  • Guys, problem solved. I was trapped because my bench and tables were correct! I went to test with another browser (safari and Mozilla) and it worked as expected. I’ve cleared the Chrome browser cache and it’s working again! Consider this doubt solved. Thank you for your attention and help.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.