I want to create a class which uses PDO to interact with MySQL. Can I create a new MySQL table using PDO?
Yes, it's the same, like running a regular query like "CREATE TABLE ...".