-
Getting following error when running it on Mysql 5.6 (AWS Aurora) -
```
>> MySQLTuner 1.7.15 - Major Hayden
Use of uninitialized value in division (/) at mysqltuner.pl line 2657 (#1)
(W u…
-
Sometimes, a user would want to make his --innodb-buffer-pool-size larger for a quicker DB.
Using https://github.com/major/MySQLTuner-perl, which is a tool to check, review and optimize databases, …
-
I'm trying to run mysqltuner.pl inside my MySQL Docker image to analyze its configuration, but I'm hitting a wall. Neither Perl nor wget are working inside the image. What should I do to get this wo…
-
Timings report: http://pastebin.com/gbjfBxzT
Another timings report right after a new player joined the server: http://pastebin.com/bw5wz1m3
-
I get `Attempted to use login credentials, but they were invalid` even though the credentials are 100% true.
I guess they are too complex for this tool.
My password is like: `J-GHs[Rx.6[Ggdfaqe8…
-
Hi,
I just added a ALL backup task for my dbserver.
The manual run does complete but connecting to our minio server does not have any s3 creds available to the task.
My environment:
```
en…
-
example output:
innodb_redo_log_capacity should be (=512M) if possible, so InnoDB Redo log Capacity equals 25% of buffer pool size.
config:
# INNODB #
innodb_redo_log_capacity = 512M
ch…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Perl](https://github.com/trending/perl?since=weekly).
-
mysqltuner started giving me strange suggestions. it seems everytime i run it it is slightly different as well.
it suggested
query_cache_type = 0
query_cache_size = 32M
query_cache_limit = 0
-…
-
Mysqltuner throws
```
[!!] name resolution is active : a reverse name resolution is made for each new connection and can reduce performance
```
I see this feature is not useful because EE setu…