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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-05, 03:25
kunga kunga is offline
Registered User
 
Join Date: Dec 2005
Posts: 6
Smile MySQL error

I am doing a data synchronization and just before I performed a structure synch so that they would be the same. Then I get the error below 5 times in a row, it rolls back, and continues with the next table. I've checked this table on both servers for any NULL values and the query can't find any on either table.

[Err] [Dsy] [FTargetSrvX] mysql_real_query error: Column 'custom_color_fee' cannot be null
Reply With Quote
  #2 (permalink)  
Old 12-21-05, 22:11
localhost localhost is offline
Registered User
 
Join Date: Sep 2003
Posts: 13
If you're sure there are no null values anywhere there, check to make sure that it is including that column in the synchronization. Omitting the value might assume NULL and cause that error.
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