Skip to content
Lowy Shin edited this page Jun 16, 2020 · 24 revisions

Tuning

Innodb

  • Check tuning point using mysqltuner
    • You can tune easy by suggestion on mysqltuner
$ wget https://github.com/major/MySQLTuner-perl/zipball/master
$ unzip master
$ cd master
$ ./mysqltuner.pl
-- Configuration
SHOW VARIABLES LIKE '%query_cache%';

-- Usages
SHOW STATUS LIKE 'Qcache%';

Information

Trouble shooting

Useful SQL

  • Update join
UPDATE users a
LEFT JOIN userlog b
ON a.userid = b.userid
SET a.point = a.point + 100
WHERE b.loginstatus = 1;

Shell

Translate this page?

Data(DBMS, NoSQL)

Development

Tools

Management

OS

Hardware

Business

Hobby

Lifestyle

Giip(RPA Engine)

Clone this wiki locally