Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

When I import this sql file in phpMyAdmin the values (containing special chars) are cropped:

phpMyAdmin import .sql file

Exploring sql imported table/data:

phpMyAdmin exploring .sql file imported table

But when the query (contained in the .sql file) is executed in the SQL window the values inserted are correct:

phpMyAdmin execute query in SQL window

Exploring sql executed table/data:

phpMyAdmin exploring sql executed table

Why? Thanks in advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.