major on 19 Jun 2012
assigned major commented on 19 Jun 2012
Try running:
If that doesn't work, try:
MySQLTuner checks for the mysqladmin executable in your path to see if it's installed. |
ch4mpignator commented on 19 Jun 2012
well, my $command = |
TJM commented on 19 Jun 2012
PATH=$PATH:/usr/local/mysql/bin |
ch4mpignator commented on 19 Jun 2012
ok it works now! |
FaithNoMango commented on 11 Jul 2013
Apart from [!!] Unable to find mysqladmin in your $PATH. Is MySQL installed? it also says... 'which' is not recognized as an internal or external command, and I added mysql/bin to the path |
pllllllllll commented on 20 Nov 2013
I receive the same error ''Unable to find mysqladmin in your $PATH. Is MySQL installed?' MySQL is on a stand alond server, seperate from my Windows//IIS webserver. What should my PATH look like, do I need the ip address of the database server ie PATH=$PATH:111.222.333.444//usr/local/mysql/bin ? Or should I install and run mysql tuner on the stand alone database server instead? |
TJM commented on 21 Nov 2013
mysqltuner should be run on the database server. |
pureche commented on 24 Jan 2014
i still dont get it, where should i put PATH=$PATH:/usr/local/mysql/bin? i've tried my $command = but it says Global symbol "$PATH" requires explicit package name at ./mysqltuner.pl line 252. im a complete noob at this, please help me. i used find / -name mysqladmin -type f, and the path is /usr/local/mysql/bin/mysqladmin |
major commented on 22 Feb 2014
Sorry for the long delay on this issue. You can use the
|
'DB' 카테고리의 다른 글
List stored procedures in MySQL (0) | 2018.05.05 |
---|---|
두 날짜 사이의 날짜를 선택하는 SQL 쿼리sql (0) | 2018.04.26 |
SQL Database Performance Tuning for Developers (0) | 2018.04.10 |
[MSSQL]sqlsrv_fetch_array (0) | 2018.02.05 |
[MSSQL]sqlsrv_execute (0) | 2018.02.05 |
ch4mpignator commentedon 19 Jun 2012
i've compiled mysql from source 5.5.24 and now i cannot run mysqltunner.
any idea?