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...
http://www.experts-exchange.com/Database/MySQL/Q_21331332.html
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 ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21502217.html
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21599843.htm...
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.
...
http://www.experts-exchange.com/Database/MySQL/Q_21867277.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_22018390.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_22409141.html
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.
http://www.experts-exchange.com/Database/Miscellaneous/Q_20189294.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_20759315.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_20865160.html
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
-...
http://www.experts-exchange.com/Database/MySQL/Q_21521822.html
Zones:
MySQL ServerDate Answered: 08/15/2005 Grade: A Views: 0