• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

pma locked- phpmyadmin

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
Im getting this error when trying to import the DB! :/
Any clue how to fix it? REP++

Code:
SELECT  `comment` 
FROM  `phpmyadmin`.`pma_column_info` 
WHERE db_name =  '`test`'
AND table_name =  ''
AND column_name =  '(db_comment)'

MySQL said: 

#1100 - Table 'pma_column_info' was not locked with LOCK TABLES
 
Does the DB name allready exists? i mean when i try to import a new DB but the name allready exists it cancel it and tells me that the DB allready exists.
SO try to delete the old and paste the new one?
 
Back
Top