/usr/local/mysql/50020/libexec/mysqld, Version: 5.0.2-alpha-debug-log. started with: Tcp port: 9306 Unix socket: /usr/local/mysql/50020/mysql-test/var/tmp/master.sock Time Id Command Argument 040929 22:06:51 1 Connect root@localhost on test 1 Query drop table if exists t1 1 Query drop view if exists v1 1 Query set character_set_database = ujis 1 Query set names ujis 1 Query create table t1(`£Ã£±` char(1)) 1 Query insert into t1 values ('a'),('b'),('c') 1 Query create view v1 as select hex(`£Ã£±`) from t1