By admin , 19 June, 2023 Drop all tables with prefix I need to drop all tables with name test_*First execute this sql code and get new statement Tags mysql
By admin , 24 February, 2023 Error "mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227)" Нужно выполнитьGRANT RELOAD ON *.* TO 'your_user'@'localhost'; FLUSH PRIVILEGES; Tags mysql