I had a struggle getting this to work i’ve tested it and it’s working on lamp server mysql version 5.12
So, steps to success:
sudo vim /etc/mysql/conf.d/mysql.cnf
- Scroll to the bottom of file Copy and paste
[mysqld] sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
to the bottom of the file
- save and exit input mode
sudo service mysql restart
to restart MySQL.
Done!
Related Posts:
- SELECT list is not in GROUP BY clause and contains nonaggregated column …. incompatible with sql_mode=only_full_group_by
- MySQL Error: : ‘Access denied for user ‘root’@’localhost’
- Access Denied for User ‘root’@’localhost’ (using password: YES) – No Privileges?
- MySQL Error “Operand should contain 1 column”
- How to use MySQL DECIMAL?
- MySQL ERROR 1290 (HY000) –secure-file-priv option
- MySQL server startup error ‘The server quit without updating PID file’
- MySQL DROP all tables, ignoring foreign keys
- When to use SELECT … FOR UPDATE?
- Setting up foreign keys in phpMyAdmin?
- ERROR 1396 (HY000): Operation CREATE USER failed for ‘jack’@’localhost’
- Access Denied for User ‘root’@’localhost’ (using password: YES) – No Privileges?
- ERROR 2003 (HY000): Can’t connect to MySQL server on ‘127.0.0.1’ (111)
- mysql is not recognised as an internal or external command,operable program or batch
- MySQL error code: 1175 during UPDATE in MySQL Workbench
- java.sql.SQLException: Access denied for user ‘root’@’localhost’ (using password: YES)
- ERROR 1452: Cannot add or update a child row: a foreign key constraint fails
- Data truncated for column?
- How to convert a string to date in MySQL?
- MySQL COUNT DISTINCT
- Access denied; you need (at least one of) the SUPER privilege(s) for this operation
- How to find MySQL process list and to kill those processes?
- MySQL date format DD/MM/YYYY select query?
- Create a temporary table in a SELECT statement without a separate CREATE TABLE
- MySQL Server on MAMP-Windows Will Not Start
- SQL statement not working – “Operand type clash: date is incompatible with int’
- How can I output MySQL query results in CSV format?
- Error: select command denied to user ‘
‘@’ ‘ for table ‘ ‘ - How can I search (case-insensitive) in a column using LIKE wildcard?
- #1214 – The used table type doesn’t support FULLTEXT indexes
- importing a CSV into phpmyadmin
- How can I rebuild indexes and update stats in MySQL innoDB?
- MySQL Error 1215: Cannot add foreign key constraint
- Node.js MySQL – Error: connect ECONNREFUSED
- How to use the keyword ‘references’ in MySQL?
- select * from table where column = something or, when unavailable, column = something else
- Differences between utf8 and latin1
- There can be only one auto column
- What are the recommended database permissions for WordPress?
- What’s a good strategy for planning WordPress DB growth?
- How can I find the source of slow queries in WordPress?
- $wpdb and MySQL Create Trigger
- Problems with DBDelta with FOREIGN key?
- Fulltext search in posts sorted by relevancy
- Error: MySQL shutdown unexpectedly. XAMPP local conf running WordPress
- How can I SQL update a meta_value to remove the dollar signs that were entered with the value? (so just the value remains)
- How can I make wordpress suppress mysql errors?
- How to bulk delete all WordPress subscribers?
- Error while importing database
- What are the issues associated with upgrading MySQL for WordPress?
- Changing Table Prefix for an Existing WordPresss Site
- Set meta_key and meta_value for all registered user in wordpress using sql query [closed]
- Connect another DB and fetch records from some tables
- Can I restart MySQL engine when WordPress website is live?
- Error: MySQL shutdown unexpectedly [closed]
- Why my wordpress loopback traffic while socket is setup?
- Slow wp-admin due to “SELECT DISTINCT post_mime_type FROM wp_posts WHERE post_type = ‘attachment'”
- Update or insert meta key value – On Duplicate key update
- Connect to MySQL using Windows Authentication
- Defining the same price to all WooCommerce Products
- Database Structure on Different Servers
- Changing MySQL password via WHM – does this affect WordPress?
- How to get INSERT errors from $wpdb?
- How to set MYSQLI_OPT_INT_AND_FLOAT_NATIVE option
- Export Yoast Keywords from MySQL/phpMyAdmin
- Same database; different WordPress
- How to insert dash (-) into database using wpdb and new_to_publish hook?
- MySQL: How to change url in posts from xxx.com to yyy.org?
- How to fetch all meta_key and meta_value using post_id wihout duplication of post meta using sql query
- WordPress unescape text on mysql?
- Getting data from Mysql Table..confusing
- Upgrade DB Loop – WordPress DB Version Conflict
- WordPress & MySQL , problem with use many array in meta_query
- mysql – Delete keyword with link from wordpress post database
- Creating dynamic content and pages for 1000’s of locations
- Remove duplicate media entries from mysql database
- Button writing to MYSQL database
- In a MySQL query, one of the columns in the LEFT JOIN returns “Unknown column”
- DB option update with wp-cli
- MySQL ‘duplicate entry’ error
- WordPress Dutch characters encoding problem
- How to show result of sql query in a page?
- Why can’t i come back to older working version of php after ugrade with error log on php 7.2 and 7.3
- 403 Forbidden home on localhost with nginx server
- How do I insert content of various MySQL fields in post?
- Select latest 2 articles, but only from given category
- CONCAT_WS in custom sql query
- Query does not filter duplicate _sku numbers
- Ordering topics by most replies in X days using MYSQL statement
- MySQL Select within WP Page template
- #1115 – Unknown character set: ‘utf8mb4’
- wp_postmeta – lot of meta fields
- Running WordPress from MySQL Cluster with HAPRoxy
- Delete posts with word count less than x number of words
- MySQL: get post_tag items that are tags (not SEO keywords)
- $wpdb->get_var returns 0
- cannot log in to the mysql server (wamp and wordpress)
- SQL command to export post_content from wp_posts using phpMyAdmin
- InnoDB: Error: log file ./ib_logfile0 is of different size
- Postgres equivalent to MySQL’s \G?