MySQL Forums
Forum List  »  Performance

how mysqlslap support utf8 encoding
Posted by: Edward Zeng
Date: June 05, 2013 10:04AM

I create create.sql and query.sql file used for mysqlslap
just like
# mysqlslap -uroot -proot --create="create.sql" --query="query.sql" --concurrency=100 --number-of-queries=1000

When file's encoding use ANSI,it's working well.
Bug when the files's encoding use utf8 ,an error occur.

and both ANSI and Utf8, the mysql client program working well.
#mysql -uroot -proot <query.sql

Do mysqlslap can't support utf8 encoding files?

Options: ReplyQuote


Subject
Views
Written By
Posted
how mysqlslap support utf8 encoding
1380
June 05, 2013 10:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.