摘要:
参考 https://juejin.cn/post/6845166890986242056 select * from information_schema.processlist where id in ( select trx_mysql_thread_id from information_s 阅读全文
摘要:
select host,user,authentication_string from mysql.user; -- 查询用户 -- drop user 'topingr_reader'@'%'; -- 删除用户 grant all privileges on test_database.* to 阅读全文