What is wrong with my syntax? (Error 1064) (2 replies)
Hello all, I have a bit of a problem that makes no sense to me. I am using PHP to work with a MySQL database using the InnoDB engine in three different ways: 1. I use the following code to reset my...
View ArticleRow size computation (1 reply)
I followe docs on storage requirements, but i have no idea why row length is so big. From my computation it should be 49 bytes per row (but i guess each char field will take more space that 3 bytes)...
View ArticleInnodb crash while updating index. Long semaphore wait. (1 reply)
Hello all, Sorry for this long email. I am newbie on bug reporting and I would like to share with you before I do report a bug. While trying to execute these two statements the server crashed: +++ use...
View ArticleTo avoid SPAMmers, post MySQL questions to a forum other than Newbie (no...
This Newbie Forum is unlikely to institute adequate filtering in the near future.
View ArticleInnodb status montior and Thread information (2 replies)
Hi when I watch "show Innodb engine status " i see somethign liek this Main thread process no. 12537, id 1287936320, state: flushing buffer pool pages now ps out put : PID USER PR NI VIRT RES SHR S...
View ArticleInnoDB data/log files (1 reply)
It is my understanding that InnoDB creates and uses an ibdata1 data file and ib_logfile0 and ib_logfile1 log files. However, I cannot find these files anywhere on my file system. (First place I...
View ArticleERROR: Error 1064: You have an error in your SQL syntax; check the manual...
ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') REFERENCES `mydb`.`Item` () ON DELETE NO...
View ArticleERROR: Error 1064: You have an error in your SQL syntax; check the manual...
ERROR: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') REFERENCES `mydb`.`Item` () ON DELETE NO...
View ArticleInnoDB engine droped after HD overload (no replies)
Hello All, Under Centos 6 v. Mysql 5.1.61, I have detected the following strange behavior and have no idea how to solve it. The server had large log, and it cause overloading the HardDrive up to 99%....
View ArticleQuery id on SHOW INNODB STATUS (6 replies)
Hello, I'm facing many strange locks and I would like to know how to track the "query id" shown in the show innodb status : ------------------ ---TRANSACTION 0 574862335, ACTIVE 355 sec, process no...
View ArticleSQL Syntax error (no replies)
i build one classified ads, but when someone tyring to post thier classified in the form this was happen to my site after click the post ad button You have an error in your SQL syntax; check the...
View ArticleMySQL 5.6 (Labs): Choose the Location of your InnoDB File-per-Table...
MySQL 5.6 (Labs): Choose the Location of your InnoDB File-per-Table Tablespace http://blogs.innodb.com/wp/2012/04/remote-innodb-tablespaces/
View ArticleMySQL 5.6: InnoDB 2012 Spring Labs Release (no replies)
MySQL 5.6: InnoDB 2012 Spring Labs Release http://blogs.innodb.com/wp/2012/04/innodb-2012-spring-labs-release/
View ArticleMySQL 5.6: InnoDB transportable tablespaces (no replies)
MySQL 5.6: InnoDB transportable tablespaces http://blogs.innodb.com/wp/2012/04/innodb-transportable-tablespaces/
View ArticleMySQL 5.6: InnoDB persistent stats got a friendly UI (no replies)
MySQL 5.6: InnoDB persistent stats got a friendly UI http://blogs.innodb.com/wp/2012/04/innodb-persistent-stats-got-a-friendly-ui/ http://blogs.innodb.com/wp/2011/04/innodb-persistent-statistics-at-last/
View ArticleMySQL 5.6: NoSQL access to InnoDB using Memcached (no replies)
MySQL 5.6: NoSQL access to InnoDB using Memcached http://blogs.innodb.com/wp/2011/04/get-started-with-innodb-memcached-daemon-plugin/ http://blogs.innodb.com/wp/2012/04/memcached-with-sasl-support/
View ArticleMySQL 5.6: InnoDB Performance Improvements (no replies)
MySQL 5.6: InnoDB Performance Improvements http://blogs.innodb.com/wp/2012/04/innodb-performance-improvements/ http://mikaelronstrom.blogspot.com/2012/04/mysql-team-increases-scalability-by-50.html...
View ArticleMySQL 5.6 (Labs): Online DDL Improvements (no replies)
MySQL 5.6 (Labs): Online DDL Improvements http://blogs.innodb.com/wp/2012/04/labs-release-online-ddl/
View ArticleMysql: write performance is slow with innodb engine than with myisam (1 reply)
Hi, I am inserting into a simple small table with 5 attributes and 1000 rows. I observed when the engine is INNODB, each insert is taking 0.03 - 0.05 seconds. I changed the engine to MYISAM, then the...
View ArticleDoes InnoDB run bugless if PK is FK of same table relating to PK of an other...
Question: Will the following Part of my DataBase run bugless with InnoDB of MySQL?? Please consider all PK-FK relations!! PK:PrimaryKey FK:ForeignKey PKa belongs to FKa table BorrowingProcesses: PK[...
View Article