Step 1: Connect to phpMyAdmin
Log into phpMyAdmin on the source server where your database is located.
Step 2: Find the Tables Starting with "mod_hostx"
- In the left sidebar, select the database that contains the tables.
- Browse through the list of tables and identify those that start with "mod_hostx".

Step 3: Export the Tables
- Click on the first table starting with "mod_hostx".
- Once selected, click on the "Export" tab at the top.
- Under "Export Method", select "Quick".
- In the Format section, choose SQL.
- Click the "Go" button to export the table in SQL format.
- Repeat this process for each table that starts with "mod_hostx".

Step 4: Connect to phpMyAdmin on the Production Server
Log into phpMyAdmin on the production server where your database is located.
Step 5: Import the Tables
- Click on the "Import" tab at the top.
- Select the exported SQL file.
- Click the "Go" button to complete the import process.
- Once the import is successful, verify that the tables have been added correctly.
