Gossamer Forum
Home : General : Databases and SQL :

MySQLDump

Quote Reply
MySQLDump
Is it just me or do mysql dumps ignore table case?

For example I have a table called CatRelated and when I dump it I get:

CREATE TABLE catrelated (
Quote Reply
Re: [Paul] MySQLDump In reply to
Works fine for me :-/ I use dumps all the time for doing DMOZ imports, and it seems to hold the case ok...

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] MySQLDump In reply to
Its when you use something like mysqlman or phpmyadmin that uses SHOW TABLES ....case isn't preserved.
Quote Reply
Re: [Paul] MySQLDump In reply to
I've used both of them, in fact, I have used most of the options...MySQLMan, phpMyAdmin and command prompt...all of which seem to work fine for me Unsure

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!