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]
Access violation error while importing .sql file
Moderator: General Moderators
- softsolvers
- Forum Commoner
- Posts: 75
- Joined: Fri Feb 13, 2004 4:26 am
- Location: India
- softsolvers
- Forum Commoner
- Posts: 75
- Joined: Fri Feb 13, 2004 4:26 am
- Location: India
-
TheBentinel.com
- Forum Contributor
- Posts: 282
- Joined: Wed Mar 10, 2004 1:52 pm
- Location: Columbus, Ohio
Re: Access violation error while importing .sql file
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:softsolvers wrote:Each time i am importing the .sql file ,i get the alert box with message
"access violation error at address 00000..."
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.