MySQL Forums
Forum List  »  Backup

mysqldump wrong case
Posted by: James Ellis
Date: February 08, 2005 02:22PM

When I create a table using the following:

CREATE TABLE tblCustomer (
id INT UNSIGNED NOT NULL AUTO_INCREMENT,
description TEXT NOT NULL,
compgroup_limit INT UNSIGNED NOT NULL,
PRIMARY KEY (id)
)type=InnoDB;

I can create it with the correct case in Linux...but on windows it changes the table name to all lowercase ("tblcustomer" instead of "tblCustomer").

How can I create the table in windows preserving the case of the table name?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump wrong case
5729
February 08, 2005 02:22PM
4033
February 08, 2005 06:48PM
3738
February 09, 2005 08:40AM
3544
February 09, 2005 10:22AM
3554
February 09, 2005 10:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.