If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Load into file \ character problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-10, 03:47
telmessos telmessos is offline
Registered User
 
Join Date: Jan 2010
Posts: 25
Load into file \ character problem

Hi all,

I have a .txt file and I want to import the content of the file into MySQL. When I double click the file I see all fields looks fine. There's a field called dogum_ili which supposed to be tiny int 2.

But when I try to import the text file MySQL gives an error message telling that the field can't be int as there are some chars on the source file.

I made the field change to char and imported the file and with HeidiSQL I don't see any strange chars on the field. When I send a query with load into file command to export a text file, I see some \ chars on the text.

How can I get rid of those \ chars?

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On