-1
Mysql database
Question 1:
I’m trying to delete a Foreign Key and it’s making this mistake:
#1044 - User denied '@' access to the information_schema database'
Code: alter table informacoesproduto drop foreign key informacoesproduto_ibfk_1;
Question 2:
I wanted to know how to rename a Foreign Key, because when I was creating, I ended up putting a special character in the name(+), so now I’m not able to delete.
Code: alter table informacoesproduto drop foreign key fk_exemplo+teste;
Lupart, just ask one question per page.
– Augusto Vasques