- Create a MySQL database.
- Create a user that has access to that database.
- Make sure that you have the PDO_MySQL PHP library (otherwise you will get an error because it is missing).
- Run the following script.
- Once tests complete, we need to stop PHP's web server.
Note: there seem to be some issues with PHP's built-in web server. Please report them here https://www.drupal.org/node/1543858.
Nice! Why do you need mysql at all if you're using
--sqlite
?