Hello! i need some help with the import of a database

The hole picture:

I want to import a sql file from another phpadmin when y import it in the database created here it says:

SQL query:

CREATE TABLE IF NOT EXISTS wp_blog_versions (
blog_id bigint(20) NOT NULL DEFAULT ‘0’,
db_version varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘’,
last_updated datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
PRIMARY KEY (blog_id),
KEY db_version (db_version)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
MySQL said: Documentation

#1044 - Access denied for user ‘id3573613_weiwilson1’@’%’ to database ‘information_schema’

My question is what can i do with the sql #1044 problem? how can i import it without any problems?

You have to chose your database from the left panel of PhpMyAdmin. Then, import it :wink:

1 Like

Hi @weiwilson11

First you have to select the correct database.

  • I you haven’t got one, login to cPanel -> Your website -> Manage Database -> Create new
  • Then go to phpmyadmin
  • Select your database
  • Import it
1 Like