I'm trying to use
DROP TABLE IF EXISTS <myTableName>;
however, even after a few hours it still works. Any suggestions on a workaround?
I had the same problem and it just resolved by restarting the server:
sudo /etc/init.d/mysql stop sudo /etc/init.d/mysql start
Perhaps some kind of lock was delayed and a restart was released.
Source: https://habr.com/ru/post/1546603/More articles:What is the meaning of ~ together? - rКак переименовать файл фреймворка .edmx - asp.net-mvcQuartz based file existence trigger? - c #Change font, font color and background color of NSTableView at runtime with NSFontPanel? - objective-cCompress a large file in ruby with Zlib for gzip - ruby | fooobar.comError reading PNG files using Ruby on Windows - windowsIntegrity violation: 1452 laravel - phpWhy are binary files damaged when they are replaced? - windowsDelphi: FireDac Connection blocks application - delphiAccess grailsApplication from spock unit test code in src / groovy - javaAll Articles