TablePlus/DBngin

Lost connection to MySQL server during query

Opened this issue · 3 comments

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: PostgreSQL 10.0): mysql_intel 8.0.27

  2. DBngin build number: 71

  3. macOS version: 14.3.1 (23D60)

  4. The steps to reproduce this issue: Import a massive database file.

I can't seem to increase the allowed memory to import a large database. My file contains many fields that are just large, rather than the databse being large in content, it contains 10 fields that are huge.

this is out of the box, nothing custom set up. Couldn't find any my.cnf anywhere, can't seem to solve

Hi @yratof you must create the my.cnf yourself, there is no file my.cnf by default and then set the path in the edit/create popup.

Right, but if I create a blank file, nothing connects.

I think MySQL Server does not like a blank file, so you may want to check the MySQL Document or some blog post

https://linuxblog.io/mysql-8-sample-config-tuning/#:~:text=The%20MySQL%20configuration%20file%2C%20also,edited%20with%20a%20text%20editor.

What is the default that dbngin sets if I have to overwrite everything

Nothing, it is the MySQL Server default.