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'
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'