|
SQL error: DB function failed with error number 1264 Hatası |
|
|
|
Perşembe, 21 Şubat 2008 |
SQL error: DB function failed with error number 1264 hatası iis6 serverlarda çıkan bir sorundur.
my.ini dosyasındaki
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
satırını
# Set the SQL mode to strict
# sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
olarak değiştirin.
|