atl_andy Posted April 13, 2008 Share Posted April 13, 2008 I have mysql set up on OS X Leopard. Almost everything works ok. I can connect and display results using php just fine. Creating and populating tables goes ok. The problem is with describe, which throws and error when I try to use it. I have a test table set up called submit. When I type "mysql>describe submit" this is the error I get: ERROR 1 (HY000): Can't create/write to file '/var/folders/Zd/Zd2fOboPFtigStxqnzb46U+++TI/-Tmp-/#sql_23e_0.MYI' (Errcode: 13) Link to comment https://forums.phpfreaks.com/topic/100960-odd-problem/ Share on other sites More sharing options...
fenway Posted April 14, 2008 Share Posted April 14, 2008 That's a very stange path...? Link to comment https://forums.phpfreaks.com/topic/100960-odd-problem/#findComment-516709 Share on other sites More sharing options...
atl_andy Posted April 15, 2008 Author Share Posted April 15, 2008 Yes. Is there something wrong with my.cnf perhaps? Where to start? Link to comment https://forums.phpfreaks.com/topic/100960-odd-problem/#findComment-517315 Share on other sites More sharing options...
fenway Posted April 15, 2008 Share Posted April 15, 2008 Sure... check what you datadir is. Link to comment https://forums.phpfreaks.com/topic/100960-odd-problem/#findComment-517660 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.