File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
## mariadb Notes
4
4
5
5
1 . Start the mariadb server using ` devbox services up `
6
- 1 . Create a database using ` "mysql -u root < setup_db.sql" `
6
+ 1 . Create a database using ` "mysql --socket-path=$MYSQL_UNIX_PORT --password='' < setup_db.sql" `
7
7
1 . You can now connect to the database from the command line by running ` devbox run connect_db `
8
8
9
9
## Services
Original file line number Diff line number Diff line change 3
3
## mysql Notes
4
4
5
5
1 . Start the mysql server using ` devbox services up `
6
- 1 . Create a database using ` "mysql -u root < setup_db.sql" `
6
+ 1 . Create a database using ` "mysql -u root --password='' < setup_db.sql" `
7
7
1 . You can now connect to the database from the command line by running ` devbox run connect_db `
8
8
9
9
## Services
You can’t perform that action at this time.
0 commit comments