From f2a5ef6aeaaa13f325062262e045b2771f754f96 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:51:02 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 7849ae4..ba4fd6f 100644 --- a/readme.md +++ b/readme.md @@ -18,10 +18,13 @@ mysql --help | grep my.cnf sudo nano /etc/mysql/my.cnf sudo systemctl restart mysql SHOW VARIABLES LIKE 'innodb_buffer_pool_size'; +# error while restart? +sudo journalctl -xeu mysql.service --no-pager | tail -n 30 ``` /etc/mysql/my.cnf ``` +[mysqld] # ------------------ Memory Usage ------------------ innodb_buffer_pool_size = 24G innodb_buffer_pool_instances = 8