标签: mysqltuner

Windows 2008服务器r2上的mysqltuner.pl

我通常使用Linux的MySQL和有一些所谓mysqltuner.pl,这是伟大的,但我们有我们,并想知道如果你们知道的东西simular到mysqltuner,我可以使用Windows 2008 R2服务器上的MySQL服务器.我在项目页面上看到他们有一个Windows版本但它只适用于winXP.

任何指针或任何人已经移植自己的版本将是伟大的.

非常感谢

mysql windows windows-server-2008 mysqltuner

5
推荐指数
1
解决办法
1827
查看次数

mysqltuner无效的登录凭据与验证正确的密码

我下载了 mysqltuner 以在我的 ubuntu 服务器上使用,无论我尝试使用哪个用户登录,它都会响应我的凭据无效。我经常使用我的 root 密码以 root 身份登录,但它无法识别它。mysqltuner 需要保存在特定位置吗?我需要指定'root'@'something'吗?我会做错什么?

mysql mysqltuner

2
推荐指数
1
解决办法
4956
查看次数

Mysql进程CPU使用率超过400%

我的 mysql 服务器遇到一些问题当我运行 top 命令时,它说 mysql 进程已占用 350-500% 的 CPU 我正在运行带有 49 GB RAM 的 centos 6

my.cnf 设置:

[mysqld]
# delayed_insert_timeout=20
net_write_timeout=60
#slow_query_log_file = /var/lib/mysql/mysqld_slow_queries.log
#long_query_time=10
#general_log = on
key_buffer=4024M
open_files_limit=154378
innodb_buffer_pool_size=4G
key_buffer_size=4G
query_cache_min_res_unit=7096
max_connections=100000
sort_buffer_size=100M
myisam_sort_buffer_size=128M
tmp_table_size=5042M
table_definition_cache=4000
innodb_additional_mem_pool_size=100M
default-storage-engine=MyISAM
read_buffer_size=100M
thread_cache_size=2042M
query_cache_size=2084M
join_buffer_size=100M
innodb_thread_concurrency=12
max_heap_table_size=5042M
net_read_timeout=60
max_allowed_packet=560M
query_cache_type=1
read_rnd_buffer_size=100M
innodb_flush_method=O_DIRECT
wait_timeout=60
innodb_file_per_table=1
skip-name-resolve
query_cache_limit=100M
table_open_cache=1000
interactive_timeout=9
[mysql]
#wait_timeout=15
#net_read_timeout=40
no-auto-rehash
#interactive_timeout=15
[mysql_safe]
log_error="/var/log/mysqld.log"
#wait_timeout=15
#net_read_timeout=40
#interactive_timeout=15
open-files-limit=154378
skip-name-resolve
[mysqlhotcopy]
#interactive-timeout=15
Run Code Online (Sandbox Code Playgroud)

MySQLTuner 的输出:

 >>  MySQLTuner 1.7.1 - Major …
Run Code Online (Sandbox Code Playgroud)

mysql performance centos mysqltuner

1
推荐指数
1
解决办法
1万
查看次数