On Friday 21 March 2003 08: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

Check your INSERT statement in the script.

> If i retype the same command then
> Error 1050 at line 11:Table Section_b1_Choose already exists

Some SQL commands from script were executed before error happened and 
table 'Section_b1_Choose' was created.

> But actually am having the table name as Section_B_Choose(note few capital
> letters) but windows is not case senstive..




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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