Page 1 of 1
Access violation error while importing .sql file
Posted: Wed Mar 24, 2004 11:37 pm
by softsolvers
Hello friends,
Each time i am importing the .sql file ,i get the alert box with message
"access violation error at address 00000..."
Why is it so,is there is problem eith the installation in mysql front or some file error is there.
Why this error occurs plz suggest me[/list]
Posted: Thu Mar 25, 2004 3:54 am
by JayBird
i would guess it i a program error? Maybe try a reinstall.
Mark
Posted: Thu Mar 25, 2004 4:19 am
by softsolvers
can you seggest that what this error means,bcoz sometimes i can import the tables and some times it shows errors.
Re: Access violation error while importing .sql file
Posted: Thu Mar 25, 2004 11:52 am
by TheBentinel.com
softsolvers wrote:Each time i am importing the .sql file ,i get the alert box with message
"access violation error at address 00000..."
Sometimes you'll get this kind of error when an application expects a regular text file and you feed it a double-byte. If you drop to a DOS prompt and type:
debug filename [where "filename" is the name of your .sql file]
d
The d command (for display) will show you the byte-for-byte listing of the first 100 bytes or so. If it looks like it's using 2 bytes for each character, that could easily be your problem.
I really don't know how to fix it, though. I think Notepad will maintain the double-byte stuff, not sure how to strip it.