Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I fix the following error SQL/DB Error errcode 13 Can create/write to file?

create DB Error file Fix sql write
0
Posted

How do I fix the following error SQL/DB Error errcode 13 Can create/write to file?

0

Problem: The MySQL variable tmpdir is set to a directory that cannot be written to when using PHP to access MySQL. To verify this, enter MySQL at the command line and type show variables; You’ll get a long list and one of them will read: tmpdir = /somedir/ (whatever your setting is.) Solution: Alter the tmpdir variable to point to a writable directory. Steps: • Find the my.cnf file. On *nix systems this is usually in /etc/. • Once found, open this in a simple text editor and find the [mysqld] section. • Under this section, find the tmpdir line. If this line is commented (has a # at the start), delete the # and edit the line so that it reads: tmpdir = /writable/dir where /writable/dir is a directory to which you can write. Some use /tmp, or you might also try /home//. • Save the file. • Shutdown MySQL by typing mysqlshutdown -u -p shutdown. • Start MySQL by going to the MySQL directory and typing ./bin/safe_mysqld &. Usually the MySQL directory is in /usr/local or sometimes in /usr/ on

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.