徹底刪除mysql容器內容

淦丘比發表於2024-04-16
  1. 停止並刪除現有的 MySQL 容器:
    docker stop mysql5.7
    docker rm mysql5.7
  2. 刪除掛載的資料卷:
    rm -rf /data/mysql

相關文章