Sometimes you may face the error for a mysql driven website. All of sudden a site has started to display this error: Can’t create/write to file ‘#sql_5a0_0.MYD’ (Errcode: 17) Its MySQL error, MySQL is saying the it cannot write to that directory. Its most probably related file exists in that directory. The/tmp is a folder used […]
See MoreCategory: MYSQL
Mysql error, Can’t create/write to file ‘/var/tmp1/#sql_e2f_0.MYI’ (Errcode: 2)]
When you are getting bellow error on the server because of big temporary tables created while executing a query due to which the tmp folder is full and unable to write the data there. The solution is to increase the size of tmp directory or change its path on the server . Mysql error, Can’t […]
See MoreHow to Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6
To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6 LAMP stack is a group of open source software used to get web […]
See More
You must be logged in to post a comment.