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 33## mariadb Notes
44
551 . 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" `
771 . You can now connect to the database from the command line by running ` devbox run connect_db `
88
99## Services
Original file line number Diff line number Diff line change 33## mysql Notes
44
551 . 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" `
771 . You can now connect to the database from the command line by running ` devbox run connect_db `
88
99## Services
You can’t perform that action at this time.
0 commit comments