Recent Topics

1 Apr 16, 2007 02:07    

My b2evolution Version: 1.9.x

Hi I have been working on b2evolution on my local server for a while now, I have been using WOS as my server. The time has now come for me to transfer the site to my remote server, I have already made several users and settings that I want to keep.

My database cannot be found in the PHPMyadmin interface in WOS but I can find it on my hardrive as frm files.

I would also likje to change the hierachy of the folders so that on my server the different blogs will be accesible directly from the root. Meaning that instead of the address being www.mysite.com/blogs/bloga. I want the address to be www.mysite.com/bloga. and have www.mysite.com shoving the default blog

How do I transfer my site from my local server to the remote without losing my settings?

:: KITT

3 Apr 16, 2007 13:04

hi thanks for the reply!

Where am I supposed to run these commends:

shell> mysqladmin -h 'other_hostname' create db_name
shell> mysqldump --opt db_name | mysql -h 'other_hostname' db_name

The site you reffered to doesn't say anything about which program I should use to ruin the commands!

EDIT: Has found the solution, managed to get the database into PHPMYADMIN and then export it


Form is loading...