What is PHP code, please, SET GLOBAL group_concat_max_len=15000 or SET SESSION group_concat_max_len=15000with MySQL?
SET GLOBAL group_concat_max_len=15000
SET SESSION group_concat_max_len=15000
Could you just fulfill the request?
$query = 'SET GLOBAL group_concat_max_len=15000'; mysql_query($query);
Run this as a query using mysql_query()from PHP. This works for me.
mysql_query()
You must do this as root, otherwise it will be falter error: Access denied.
falter error: Access denied.
Source: https://habr.com/ru/post/1712047/More articles:How to start a Wi-Fi network using C # - c #LINQ and the group on the data embedded in the structure - c #Source control with Visual Studio integration (preferably free) - version-controlSet TShellListView column widths with constant columns - delphiDetect another process bit (on Windows) - x86Porting .NET C ++ to Mac - c ++В Boo, как мне указать параметр массива? - booHABTM finds with AND, not OR, - sqlSearch for .Net stream with disk buffer - .netHow to use declarations (type, built-in, optimize) in the Scheme? - functional-programmingAll Articles