What will happen when the MySQL database is running?

Source: Internet
Author: User

The following content describes the solution for reporting the case of Can't create/write to file xxx during MySQL database running, if you are interested in its actual operations, you can watch it. I hope you will have a better understanding of it after browsing it.

MySQL (best combination with PHP) reports Can't create/write to file xxx during runtime

Solution

This problem usually occurs in windows because MySQL (the best combination with PHP) does not specify the default temp temporary directory.

Solution:

Modify the configuration file my. cnf of MySQL (the best combination with PHP)

Find [MySQL (the best combination with PHP) d:

Add the following line:

Tmpdir = C:/temp Note: path/is unix-style, not windows \ style)

Then confirm that the C: \ temp Directory requires the write permission for MySQL (the best combination with PHP ).

Restart MySQL (the best combination with PHP ).

The above content is an introduction to the solution to the problem of "Can't create/write to file xxx" reported by the MySQL database at runtime. I hope you will gain some benefits.

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.