...
Betöltési hiba külső hivatkozások feloldása miatt
If you're trying to import an sql file using symfony propel-insert-sql and you get this error :view plaincopy to clipboardprint?
...
Code Block | ||||
---|---|---|---|---|
| ||||
SET FOREIGN_KEY_CHECKS = 0;
...
SET FOREIGN_KEY_CHECKS = 1;
...
Code Block | ||||
---|---|---|---|---|
| ||||