Same as me, im running windows 7 64 Bit, when i use @item Apple, it will hangs the server and client, but if i restart MySQL Service it will run again.
Any Fix?
i Found the problem, its the log SQL.
Make sure you set your inter_server.conf log database in the correct database.
// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: password
log_db_db: log
log_codepage:
log_login_db: loginlog
Hope this helps