Dockered database access
Access the MySQL database inside the Dockered Navixy platform using docker exec. Retrieve credentials from the .env file and connect to the navixy database.
docker exec -it navixy-standalone-db-1 mysql -unavixy -pLast updated
Was this helpful?