CREATE DATABASE IF NOT EXISTS test; USE test; DROP TABLE IF EXISTS test_bind_fetch; CREATE TABLE test_bind_fetch(c1 char(10), c2 text);