Database Error in PHPmyAdmin

Status
Not open for further replies.

msevansjr34

New Member
Messages
3
Reaction score
0
Points
0
Hi guys!

I apologize in advance for posting this, but I am having some trouble moving my Wordpress site over here. The part I am currently stuck on is uploading my old database, everything else has been done.

This is the error why I try to upload the database from my old host:

Error
SQL query:

--
-- Database: `a7030522_jwp`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (

`meta_id` BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
`comment_id` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` VARCHAR( 255 ) DEFAULT NULL ,
`meta_value` LONGTEXT,
PRIMARY KEY ( `meta_id` ) ,
KEY `comment_id` ( `comment_id` ) ,
KEY `meta_key` ( `meta_key` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =3;

MySQL said:

#1046 - No database selected

I am almost positive it has nothing to do with you guys and I am most likely exporting the database wrong. If you guys can assist me in any manner, I would sincerely appreciate it!

Truly,
Herrs
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Have you created your database ( via cPanel -> MySQLDatabases )?

Are you Importing into that database?
 
Status
Not open for further replies.
Top