mysql nav exports a db just fine, but it fails when inserting this: You maybe have to view source on this page to see this as I don't know how the chracters are going to get translated:
INSERT INTO category_food VALUES (2,3,'Entrées');
Logged In: YES user_id=134032
no view source is required, looks like sf is running htmlspecialchars on my post... so the insert statment that fails is as noted above
Logged In: YES user_id=161677
This is because MySQL Navigator think of # charactor as a comment. I will fix this bug until next release. :-)
Log in to post a comment.
Logged In: YES
user_id=134032
no view source is required, looks like sf is running
htmlspecialchars on my post... so the insert statment that
fails is as noted above
Logged In: YES
user_id=161677
This is because MySQL Navigator think of # charactor as a
comment.
I will fix this bug until next release. :-)