[1] I tried to move a site I had been working on over to Godaddy.
[2] I backed up the web site files and the database. No problem
[3] Unzipped the web site files on the new server. No problem
[4] Attempted to install the database. PROBLEM. This is the message displayed,
Quote
SQL query:
--
-- Database: `vpeople_etomite`
--
-- --------------------------------------------------------
--
-- Table structure for table `etomite_active_users`
--
CREATE TABLE `etomite_active_users` (
`internalKey` int( 9 ) NOT NULL default '0',
`username` varchar( 50 ) NOT NULL default '',
`lasthit` int( 20 ) NOT NULL default '0',
`id` int( 10 ) default NULL ,
`action` varchar( 10 ) NOT NULL default '',
`ip` varchar( 20 ) NOT NULL default '',
PRIMARY KEY ( `internalKey` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COMMENT = 'Contains data about active users.';
MySQL said: Documentation
#1046 - No database selected
QUESTION
How do I correct this?
Thanks in advance for any and all help with this.
WP












