1
I have two tables in my bank
membro, membro_grupo, grupo
The table grupo has a column called id_grupo which is the primary key in this table. The table membro has a column called id_membro which is also a primary key. The table membro_grupo has two foreign keys, one call id_grupo and another call id_membro Enter the code here, which are associated with the previous tables. Only I made a small error when I created these tables. I forgot to put the id_grupo table grupo as auto-increment, and now I can’t change it. How do I make this change?
but don’t have to give LOCK before? I tried to use with LOCK but went wrong
– DiChrist
Opá, then try without
LOCKnow.– William Novak
is making the same mistake
– DiChrist
Put in your question the error that gives.
– William Novak