Open akirawinz opened 5 years ago
I need to know the path of my.cnf as well, as I want to change the global timezone
I need to know the path of my.cnf as well, as I want to change the global timezone
If you right click on the MySQL service, you can "Edit" and select a custom my.cnf
file to use for that server.
Please fill out the detail below, it helps me investigate the bug:
Driver (Ex: PostgreSQL 10.0): mysql 5.7
DBngin build number: 246
macOS version: 10.14 Mojave
The steps to reproduce this issue:
I import 8 00 mb in tableplus using Dbngin It said " The current max allowed package is 4194304 bytes but the statement length is 8774850.0 bytes."
I try to
set global max_allowed_packet=1000000000;
andSHOW VARIABLES LIKE 'max_allowed_packet'
my max_allowed_packet didnt change . Where's my.cnf file in Dbngin locate I want to change it or How can I fix this ?