Venthos / nodejs-pool

The fork of Snipa22's nodejs-pool that is maintained for BlockHarbor.net
https://blockharbor.net
Other
12 stars 8 forks source link

base.sql import failed. #23

Closed itsmylife44 closed 6 years ago

itsmylife44 commented 6 years ago

After delete old mysql database i tried to import the new .

Error Code: 1067. Invalid default value for 'last_mine'

EDIT : after some research , before i import the sql i need to put SET sql_mode = ''; and after this its work .