![]() |
Sergey Kornilov admin 11/21/2014 |
You need to create those tables manually creating the SQL script and then executing it against production database. You can use a tool like Navicat or phpMyAdmin for this purpose. PHPRunner also comes with functionality to generate database script, just make sure you edit this script only leaving tables that start with webreports_. You do not want to re-create other tables on your production server. |