We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2576ef3 commit b4b1758Copy full SHA for b4b1758
examples/databases/mariadb/README.md
@@ -3,7 +3,7 @@
3
## mariadb Notes
4
5
1. Start the mariadb server using `devbox services up`
6
-1. Create a database using `"mysql -u root < setup_db.sql"`
+1. Create a database using `"mysql --socket-path=$MYSQL_UNIX_PORT --password='' < setup_db.sql"`
7
1. You can now connect to the database from the command line by running `devbox run connect_db`
8
9
## Services
examples/databases/mysql/README.md
## mysql Notes
1. Start the mysql server using `devbox services up`
+1. Create a database using `"mysql -u root --password='' < setup_db.sql"`
0 commit comments