Failed to import the old database after reinstallation (permission issue with information_schema)

I recently installed my dev again. a computer.

So, I exported to phpmyadmin to a .sql file and backed up all the site files. Something that usually should be enough?

Now my problem is that it will be partially imported until it runs in the information_schema database ...

For some reason I can’t access it ...

Is there any way to return this import again?

The error I get is:

CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
#1044 - Access denied for user 'root'@'localhost' to database 'information_schema' 

I hope one of you guys can help me.

Grz, Thomas

+3
source share
2 answers

AFAIK information_schema - MySQL, , MySQL , .

, CREATE DATABASE information_schema.

, DB information_schema ?

+2

All Articles