| Create a table by copying another table: |
| |
| Source database: | Selection of the database in which the source table is located. |
| Source table: | Selection of the source table to copy from. |
| Apply data from source table: | Copy data from source table to new table. |
| Apply options & indices: | Apply table options and indexes to the new table. |
| Data directory target table: | Path to the directory on the server where the data files are to be saved. |
| Index directory target table: | Path to the directory on the server in which the index files are to be stored (MyISAM only). |
| Create table: | Creates the new table by copy. |