Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Moving Forum to New Server
My hosting plan is about to expire and I'd like to use a different host. Is there any way for me to transfer the forum over to the new host without losing any data?
Thanks!
Thanks!
0
Comments
I would bet that your new host would have information regarding how to transfer your data to their host without (or very minimal) downtime.
Moving doesn't imply changing the administrator.
Reading just a few docs, or clicked just a little bit on your forum and you would have seen how to do it in less than 30 min after your first question, 8 hours ago.
Error
SQL query:
--
-- Database: `ncfixedc_forum`
--
-- --------------------------------------------------------
--
-- Table structure for table `LUM_Category`
--
CREATE TABLE IF NOT EXISTS `LUM_Category` (
`CategoryID` INT( 2 ) NOT NULL AUTO_INCREMENT ,
`Name` VARCHAR( 100 ) COLLATE latin1_general_ci NOT NULL DEFAULT '',
`Description` TEXT COLLATE latin1_general_ci,
`Priority` INT( 11 ) NOT NULL DEFAULT '0',
`Subscribeable` INT( 1 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( `CategoryID` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci AUTO_INCREMENT =9;
MySQL said:
#1046 - No database selected
Any ideas?
Thanks!
via "use plop;" at the top of the dump file, or by usig -D plop on the command line.
Otherwise, that's it.