How are you dumping the database?  It doesn't seem like you should have
problems going either direction, especially to a case-insensitive
filesystem.

Copying databases with something like
$ mysqldump <database> | mysql -h<remote_server> <database>

works for me, even if it is fairly slow.

-jeff

(formerly kilpatjr_at_lupus.omrf.ouhsc.edu)

On Fri, 2003-03-21 at 00:01, sivakumar wrote:
> Hai, am having the problem in creating CD of my project(Online Tutorial).While 
> creating the CD only am having the problem. Actually am working in SSH(linux),right.
> 
> I have to make a dump of my source code and mysql ..to copy (from server to C:\ of 
> my PC with windows not case- sensitive, right).
> 
> Am having no problem in making tar file of my source code.
> But while mysql is showing one error.
> 
> Database name : GEnglish
> Source code directory: GEnglish
> 
> C:\CDrive\apache\mysql\bin>mysql GEnglish <English.txt  
> 
> Error 1136 at line 211: column count does'nt match value count at row 1
> 
> If i retype the same command then
> Error 1050 at line 11:Table Section_b1_Choose already exists
> 
> But actually am having the table name as Section_B_Choose(note few capital letters) 
> but windows is not case senstive..
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to