MySQL Forums
Forum List  »  Newbie

Re: mysqlslap 'default-character-set=utf8mb4'
Posted by: Peter Brawley
Date: March 11, 2016 10:39AM

default-character-set is obsolete syntax, the variable has been removed. Run ...

show variables like 'char%';

in the mysql client to see which variables you wish to set.

Options: ReplyQuote


Subject
Written By
Posted
Re: mysqlslap 'default-character-set=utf8mb4'
March 11, 2016 10:39AM


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.