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 > Upload & Bypass MySQL Errors

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-14-06, 02:18
wo^tron wo^tron is offline
Registered User
 
Join Date: May 2006
Posts: 2
Upload & Bypass MySQL Errors

I am trying to upload a very large dump but it has an error in it. Is there any Script/Program that allows you to upload a sql dump and Bypass any errors? Ive tried MySQL-Front but that just lags my computer out.
Reply With Quote
  #2 (permalink)  
Old 05-14-06, 11:16
dbmab dbmab is offline
Registered User
 
Join Date: Apr 2006
Location: Denver, Co. USA
Posts: 240
If the errors are coming from the mysql server, there is no way to "bypass" them. What errors are you receiving? No one can provide specific help without knowing specifically what the errors are.

Quote:
lags my computer out
What does that mean?

If your mysql server allows remote access, give the mysql administrator a try - http://www.mysql.com/products/tools/administrator/
Reply With Quote
  #3 (permalink)  
Old 05-14-06, 18:07
wo^tron wo^tron is offline
Registered User
 
Join Date: May 2006
Posts: 2
The error is in the dump file Im trying to upload theres nothing wrong with the server or the database

Code:
Query:
CREATE TABLE profiletagboard (
id int(11) NOT NULL auto_increment,
msg text NOT NULL,
touserid text NOT NULL,
fromuserid text NOT NULL,
date text NOT NULL,
PRIMARY KEY (id),
KEY msg (msg)
)

Error occured at:2006-05-14 01:58:16
Line no.:39822
Error Code: 1170 - BLOB/TEXT column 'msg' used in key specification without a key length
Thats the error I get. Id fix it if the Dump wasnt some 200MB in size


Quote:
Quote:
lags my computer out
What does that mean?
When I try to restore it with mySQL front the program freezes and then my computer freezes shortly after.
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