2

I am using Oxwall, trying to transfer my files from one domain/host/server to another I used softaculous to install Oxwall and make databse/cron/etc.

If I transfer the files to a new host/domain what should I do with:

define('OW_DB_HOST', '???????');
define('OW_DB_PORT', ??????);
define('OW_DB_USER', '??????');
define('OW_DB_PASSWORD', '??????');
define('OW_DB_NAME', '??????');

http://docs.oxwall.org/faq:how-to-transfer-my-site-to-another-hosting

I am trying to set up a XAMPP with phpmyadmin, etc, would it be helpful? or would it be easier to create database using cPanel in new host? Thanks,

Taz
  • 3,718
  • 2
  • 37
  • 59
1453939
  • 242
  • 5
  • 14

1 Answers1

5

You just remove ow_includes/config.php and import old database.

Andy Hayden
  • 359,921
  • 101
  • 625
  • 535
vipin
  • 66
  • 1
  • 2