Tag: MySQL
- 
Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),…) with no GROUP columns is illegal if there is no GROUP BY clause in xammp
Read More: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),…) with no GROUP columns is illegal if there is no GROUP BY clause in xammpDisable ONLY_FULL_GROUP_BY in XAMPP (macOS) 🔧 1. Find your MySQL config file in XAMPP Open this file: Edit with a text editor: 🔍 2.…
 - 
How to Store Arabic Text in a MySQL Database Using PHP
Read More: How to Store Arabic Text in a MySQL Database Using PHPStoring Arabic text in a MySQL database using PHP requires careful attention to character encoding to ensure the text is stored and retrieved correctly.…
 
