Step 2: On the Query tab add the following code and run it CREATE DATABASE IF NOT EXISTS bug_test_db CHARACTER SET = 'latin1' COLLATE = 'latin1_general_ci'; USE bug_test_db; CREATE TABLE IF NOT EXISTS ...