Hey all, I am trying to transfer a site to someone else's server. I am having problems with the MYSQL upload. Here is the error message PHPMYADMIN is outputting:
Problem importing MySQL database
7
Hey all, I am trying to transfer a site to someone else's server. I am having problems with the MYSQL upload. Here is the error message PHPMYADMIN is outputting:
SQL query:
--
-- Database: `conks121_guitarlearningtv`
--
-- --------------------------------------------------------
--
-- Table structure for table `_ads`
--
CREATE TABLE IF NOT EXISTS `_ads` (
`ad_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`ad_name` VARCHAR( 150 ) NOT NULL ,
`ad_group_id` INT( 11 ) NOT NULL ,
`width` VARCHAR( 4 ) NOT NULL ,
`height` VARCHAR( 4 ) NOT NULL ,
`code` TEXT NOT NULL ,
`position` INT( 2 ) NOT NULL ,
PRIMARY KEY ( `ad_id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =14;
MySQL said:
#1046 - No database selected
Can anyone tell me what this means and how to fix it?
SQL query:
--
-- Database: `conks121_guitarlearningtv`
--
-- --------------------------------------------------------
--
-- Table structure for table `_ads`
--
CREATE TABLE IF NOT EXISTS `_ads` (
`ad_id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
`ad_name` VARCHAR( 150 ) NOT NULL ,
`ad_group_id` INT( 11 ) NOT NULL ,
`width` VARCHAR( 4 ) NOT NULL ,
`height` VARCHAR( 4 ) NOT NULL ,
`code` TEXT NOT NULL ,
`position` INT( 2 ) NOT NULL ,
PRIMARY KEY ( `ad_id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =14;
MySQL said:
#1046 - No database selected
Can anyone tell me what this means and how to fix it?
- aisdbuilder
- soon
- ivankristianto
- System Wide Solutions
- [1] reply
- nmarley
- michael0109
Next Topics on Trending Feed
-
7