Jump to content

Phpmyadmin - Importing Error


User65

Recommended Posts

Hello,

 

I am a complete newby... and trying importing ***.sql into the database (phpMyAdmin)

After selecting “go” i receive the below error:

 

Error

SQL query:

CREATETABLE`gcm_messages` (

`id` int( 11)NOTNULLAUTO_INCREMENT ,

`gcm_regid` text NOTNULL ,

`message` text NOTNULL ,

`data` int( 11)NOTNULL DEFAULT'0',

`created_at` timestamp NOTNULLDEFAULT CURRENT_TIMESTAMP ,

PRIMARYKEY (`id`)

) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET= latin1;

MySQL said:

#1005 - Can't create table '***_***db.gcm_messages' (errno: -1) (Details...)

 

I did the same on my local PC and worked without any error. Can someone point me to the right direction? Thanks a lot!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...