摘要:
Recover a lost SA password https://www.sqlshack.com/recover-lost-sa-password/ Use [dbname]gosp_change_users_login 'update_one', 'username', 'username' 阅读全文
摘要:
sed '1,/2021-03-23/d' mysql-error.log # print all after match sed -n '1,/2021-03-23/p' mysql-error.log # print all before match starting=$(sed -n '{/^ 阅读全文