check table exist or not in mysql code example Example: mysql check table exists SELECT * FROM information_schema WHERE TABLE_NAME = "my_table"