examples/databases/mariadb/README.md
devbox services up"mysql --socket-path=$MYSQL_UNIX_PORT --password='' < setup_db.sql"devbox run connect_dbUse devbox services start|stop [service] to interact with services
To show this information, run devbox info mariadb
Note that the .sock filepath can only be maximum 100 characters long. You can point to a different path by setting the MYSQL_UNIX_PORT env variable in your devbox.json.