File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 env :
4343 DATABASE_HOST : 127.0.0.1
4444 MARIADB_DATABASE : db
45- MARIADB_USER : root
4645 MARIADB_ROOT_PASSWORD : mysql
47- MARIADB_PASSWORD : mysql
46+ MARIADB_USER : maria
47+ MARIADB_PASSWORD : maria
4848 ports :
4949 - 3306:3306
5050 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ or <user>/<password>@<database> using its alias."
205205
206206(defun org-sql-dbstring-sqsh (host user password database )
207207 " Make sqsh command line args for database connection.
208- sqsh is one method to access Sybase or MS SQL via Linux platform."
208+ sqsh is one method to access Sybase or MS SQL via Linux platform."
209209 (mapconcat
210210 #'identity
211211 (delq nil
You can’t perform that action at this time.
0 commit comments