Mysql Modify Tmpdir parameter _mysql

Source: Internet
Author: User

Today suddenly received an alarm message saying yes/disk space used over the threshold. After viewing, found that there are a lot of abnormal SQL, can not be executed, resulting in processing, resulting in a temporary consumption of/TMP disk space.

Due to the limited/TMP space of the operating system, parameter modification is required to modify the Tmpdir value path.

Mysql> Show variables like ' tmpdir ';
+---------------+-------+
| variable_name | Value |
+---------------+-------+
| tmpdir |/    tmp
| +---------------+-------+
1 row in Set (0.00 sec)

mysql> set global tmpdir = '/data/app/mysql5.6.25/mysqltmp ' ;
ERROR 1238 (HY000): Variable ' Tmpdir ' is a-read only Variable

can only be modified through a configuration file.

Restart MySQL

Mysql> Show variables like ' tmpdir ';
+---------------+--------------------------------+
| variable_name | Value             |
+---------------+--------------------------------+
| tmpdir |    /mysql5.6/var/tmp
| +---------------+--------------------------------+
1 row in Set (0.00 sec)

Ask: But the production environment can not restart the service, this How to do?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.