Joshhh
Member
- Apr 13, 2016
- 325
- 177
Currently got an issue importing an SQL however I'm currently getting an issue that I've not really come up against before;
I have googled this a few times and I've seen things being posted for running a query like this;
But I have no idea what I'm doing at this stage as it's the same error over and over again..
Any help?
I'd appreciate it, thanks if so.
You must be registered for see images attach
I have googled this a few times and I've seen things being posted for running a query like this;
Code:
SET GLOBAL foreign_key_checks=ON;
OR
SET SESSION foreign_key_checks=ON;
(Depending on Session or Globally)
But I have no idea what I'm doing at this stage as it's the same error over and over again..
Any help?
I'd appreciate it, thanks if so.