MySql User Denied

Status
Not open for further replies.

soyokaze

New Member
Messages
47
Reaction score
0
Points
0
Trying to use PHP MyAdmin to import sql files

Error:

Error

SQL query:
CREATE TABLE `database`.`cmssections` ( `ID` int( 4 ) unsigned NOT NULL AUTO_INCREMENT COMMENT 'The unique ID of the section',
`name` varchar( 20 ) NULL COMMENT 'The section name',
`parentid` int( 4 ) NULL DEFAULT 0 COMMENT 'The ID of the parent section',
PRIMARY KEY ( `ID` )
)
MySQL said:
#1142 - CREATE command denied to user 'soyokaze'@'localhost' for table 'cmssections'
 

soyokaze

New Member
Messages
47
Reaction score
0
Points
0
that it does it's soyokaze_epicfail

Is there a problem with the query?
 
Status
Not open for further replies.
Top