Comments - COUNT not working on XAMPP

8 years, 2 months ago Ian Gilfillan

Doing the above will set the session value of the variable. To apply the change to all sessions, you need to set it globally:

SET @@GLOBAL.SQL_MODE = CONCAT(@@GLOBAL.SQL_MODE, ',IGNORE_SPACE');
 
8 years, 2 months ago John Baraclough

Thanks very much, that's fixed it.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.