摘要:
背景 System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down 解决办法 运行容器的时候加上参数--privileged 阅读全文
摘要:
背景 今天想删除历史自动化创建的数据 好家伙执行sql提示了: 1093 - You can't specify target table 'hardware' for update in FROM clause 我写的sql: DELETE from tb1 where id in (select 阅读全文