I get the following error message when trying to import my downloaded database into MAMP’s database on the localhost
SQL query:
—
— Database: information_schema
—
CREATE DATABASE information_schema
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
MySQL said: Documentation
#1044 – Access denied for user ‘root’@’localhost’ to database ‘information_schema’