• I don’t know what to do. I get the interface of the blog but with this error on the header and before every post.

    WordPress database error: [Can’t create/write to file ‘/tmp/#sql_3a2a_0.MYI’ (Errcode: 30)]
    SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’) AND tr.object_id IN (495) ORDER BY t.name ASC

    Please somebody help me!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kariakina

    (@kariakina)

    Well I followed the instructions, I search and still didn’t understand what was going on. That is why I asked for help. I am not php savvy so why don’t actually help me, instead of patronizing me…

    That’s an error from the MySQL database, which is unable to write to a file. Error 30 means “read-only file system”, which is not one I’d normally expect to see (disk full used to be a popular one).

    You’ll need to contact your host and ask them to fix their database server – unless you manage it yourself, there is nothing you can do about it. And nothing you could have done to cause it, as far as I can think of.

    What about Error 13? I get the following error:

    WordPress database error: [Can't create/write to file '/var/folders/fe/feFkwrivG5y0WiL8OadFbk+++TI/-Tmp-/#sql_24e_0.MYI' (Errcode: 13)]
    SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('post_tag') AND tr.object_id IN (1) ORDER BY t.name ASC

    Like kariakina, the blog shows fine but the message is shown at the header and below every post.

    This is a local installation using MAMP 1.7 and WP 2.3.1 (with Leopard too if that makes a difference).

    Hello, I am also using MAMP on Leopard. I doubt it’s the Leopard user group id problem (it was 501/501 on tiger, now 501/80).

    Anyway, if i start up MAMP with my user id, it works fine.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress database error: [Can’t create/write to file ‘/tmp/#sql_3a2a_0.MYI’’ is closed to new replies.