To do this you would need to duplicate a local database.
First create the duplicate database:
mysql> CREATE DATABASE myDatabase2;
We can copy the tables from the first table into the second.
c:mysqlbinmysqldump -u root -p myDatabase | mysql -u backup -p MyPassword myDatabase2
Name (required)
email (will not be published) (required)
Website