gugoan / economizzer

Open Source Personal Finance Manager
http://www.economizzer.org/
MIT License
464 stars 117 forks source link

mysql issue #129

Closed hrbudding closed 6 years ago

hrbudding commented 6 years ago

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

salmankhatrii commented 6 years ago

SQL import error:

Can't create table fn.cashbook (errno: 150 "Foreign key constraint is incorrectly formed")

salmankhatrii commented 6 years ago

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

gugoan commented 6 years ago

fix de sql problems