Advertisement

1 - 10 of 76 containing alltags:("innodb") (0 seconds)
I was talking to sales department of some hosting company, and they said to me that if I want InnoDB in MySql I should buy it, and provide me this link: http://www.innodb.com/licenses.php ma...
Zones: MySQL ServerDate Answered: 02/28/2005 Grade: A Views: 0
I am writing a web-based application for outputting monthly data of our organisation using PHP & Mysql. There are three tables, Monthly_data, Cumulative_Data & Targets_Data. Every day, around 50 ...
Zones: DatabasesDate Answered: 08/26/2005 Grade: A Views: 0
Im using PHP to access a mySQL database which has about 10,000 records in it. Would using InnoDB instead of mySQL speed up select queries?
Zones: PHPDate Answered: 10/25/2005 Grade: A Views: 8
Hello everyone, I am trying to create an InnoDB table in my DB but any time I choose type InnoDB the table STILL GETS CREATED AS MyISAM table. Why is this and how do I create a  InnoDB table. ...
Zones: MySQL ServerDate Answered: 05/29/2006 Grade: A Views: 0
Hi, I have created these two tables: mysql> create table publication (     -> pub_id smallint not null,     -> pub_name varchar(100) not null,     -> primary key(pub_id)     -> )     -> eng...
Zones: MySQL Server, Adobe Type ManagerDate Answered: 10/11/2006 Grade: A Views: 0
Ok, so I'm converting an existing database structure into an entirely new one as our clients ( about 45 ) reporting needs have changed over time and the old structure simply doesn't provide what it...
Zones: MySQL ServerDate Answered: 07/21/2007 Grade: A Views: 4
I have downloaded a new version of My SQL (42) but unfortunately no support for innodb tables are provided. Where can i get the suppoer please.
Zones: DatabasesDate Answered: 11/08/2002 Grade: A Views: 0
Hi all, I have a question about Innodb datafile : Today, its size is about 2,7Gb.. When I run a 'show table status' and add  data and indexes size of every tables, I only obtain 1,3Gb. How ca...
Zones: MySQL ServerDate Answered: 11/28/2004 Grade: A Views: 0
Hi All, I am using Linux 3.23 version MySQL Database. I want to configure InnoDB Table Type in MySQL Configuration File(my.cnf or my.ini). Because i want to handle my transactions in my applicat...
Zones: MySQL ServerDate Answered: 02/08/2004 Grade: B Views: 4
Hi, i am totally new to MySQL and I am not sure which table type should i use in my application. So i need some explanation and advice (or comparison between each type). -MylSAM -InnoDB -HEAP -...
Zones: MySQL ServerDate Answered: 08/15/2005 Grade: A Views: 0