louisere
New Member
- Messages
- 16
- Reaction score
- 0
- Points
- 1
Hi all
Can anyone help me with this error I'm getting while trying to import a SQL file in PHPMyAdmin. Many thanks in advance.
Error Message:
Error
SQL query:
-- --------------------------------------------------------
--
-- Table structure for table `CHARACTER_SETS`
--
CREATE TEMPORARY TABLE `CHARACTER_SETS` (
`CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
`DEFAULT_COLLATE_NAME` varchar(32) NOT NULL DEFAULT '',
`DESCRIPTION` varchar(60) NOT NULL DEFAULT '',
`MAXLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
MySQL said:
#1044 - Access denied for user 'louisere'@'localhost' to database 'information_schema'
Can anyone help me with this error I'm getting while trying to import a SQL file in PHPMyAdmin. Many thanks in advance.
Error Message:
Error
SQL query:
-- --------------------------------------------------------
--
-- Table structure for table `CHARACTER_SETS`
--
CREATE TEMPORARY TABLE `CHARACTER_SETS` (
`CHARACTER_SET_NAME` varchar(32) NOT NULL DEFAULT '',
`DEFAULT_COLLATE_NAME` varchar(32) NOT NULL DEFAULT '',
`DESCRIPTION` varchar(60) NOT NULL DEFAULT '',
`MAXLEN` bigint(3) NOT NULL DEFAULT '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;
MySQL said:
#1044 - Access denied for user 'louisere'@'localhost' to database 'information_schema'