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!
So what exactly do I need to change? I've backed up all of the forum files, and exported the MySQL database. Do I just upload them to the new server and change around the configuration files?
That's not attitude, that's basic netiquette.
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.
Ok, so I've backed up the database and I uploaded all of the files to the new server, but when I try to import the database file in phpMyAdmin, I get the following error:
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?
Anyone have a clue? I really need to get this forum back up and running!
Thanks!
I'm not sure what you mean by that. Just add the words "use plop;" at the top of my backed up database file?
It gives me a #1044 error when I try to use that command.
Alright, sorry for asking so many questions, I am not familiar with SQL commands so I don't know how to grant permission. I will Google it all from now on.
Thanks for you answers.
It looks like you're new here. If you want to get involved, click one of these buttons!