Closed hrbudding closed 6 years ago
SQL import error:
Can't create table fn
.cashbook
(errno: 150 "Foreign key constraint is incorrectly formed")
I run query of SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); But still same error is showing. Working on localhost
fix de sql problems
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')) MySQL said: Documentation
1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation