IMNOboist Posted July 5, 2007 Share Posted July 5, 2007 I'm running MySQL 5.0.33 on OpenBSD 4.1 x64. I've been having some weird problems that I can't seem to find anything consistent about. First and foremost, it locks up occasionally, especially when a lot of people are using it. Second, I'm trying to create a database using an SQL script file, and it will create the database and the first few tables, but that's it. Then it fails saying: "ERROR 1005 (HY000) at line 109: Can't create table 'table_name' (errno: 9)" I'm wondering if there's a known problem with this version of MySQL or with this version on OpenBSD or on 64-bit OSes. Any ideas? I'd be happy to supply any information that would help. Quote Link to comment https://forums.phpfreaks.com/topic/58606-weird-inconsistent-problems-with-mysql-5033/ Share on other sites More sharing options...
IMNOboist Posted July 5, 2007 Author Share Posted July 5, 2007 Trouble-shooting steps I've already taken: -Moved database store (/var/mysql) to a different hard drive -Did repair on all tables in all databases -Triple-checked permissions Quote Link to comment https://forums.phpfreaks.com/topic/58606-weird-inconsistent-problems-with-mysql-5033/#findComment-290697 Share on other sites More sharing options...
fenway Posted July 10, 2007 Share Posted July 10, 2007 I'm running MySQL 5.0.33 on OpenBSD 4.1 x64. I've been having some weird problems that I can't seem to find anything consistent about. First and foremost, it locks up occasionally, especially when a lot of people are using it. Second, I'm trying to create a database using an SQL script file, and it will create the database and the first few tables, but that's it. Then it fails saying: "ERROR 1005 (HY000) at line 109: Can't create table 'table_name' (errno: 9)" I'm wondering if there's a known problem with this version of MySQL or with this version on OpenBSD or on 64-bit OSes. Any ideas? I'd be happy to supply any information that would help. Well, error 1005 is a file permission issue... as for the sluggishness, check the slow query log. Quote Link to comment https://forums.phpfreaks.com/topic/58606-weird-inconsistent-problems-with-mysql-5033/#findComment-294626 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.