Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

mysql

By Greg Nowak, 9 February, 2021

MySQL Tips And Tricks

If you encounter errors when importing or creating tables in MySQL with default date values as zero, then you might want to change your 

Check your setting: show variables like 'sql_mode' ;

Set new settings without "NO_ZERO_IN_DATE,NO_ZERO_DATE":
set global sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';

Tags

  • mysql
  • database
By Greg Nowak, 18 November, 2020

MySQL 8 Support for Drupal 7: Fixing the NO_AUTO_CREATE_USER Error

A practical 2026 guide to the Drupal 7/MySQL 8 NO_AUTO_CREATE_USER error: what core already supports, when to override sql_mode, and why the fix should trigger a migration plan.

Tags

  • Drupal
  • Drupal 7
  • mysql
  • Website migration
mysql

Review Greg on Google

Greg Nowak Google Reviews

 

  • PHP Test If Front Page: Safer Homepage Detection
  • Scraping Tools and Browser Automation for Modern Teams
  • PHP Only on the Front Page
  • WordPress Security Releases Still Need an Ops Runbook
  • MySQL 8 Support for Drupal 7: Fixing the NO_AUTO_CREATE_USER Error
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.