Skip to content

Commit

Permalink
OSI - tiny url and binder
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 22, 2024
1 parent dad82c5 commit dee4e98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions binder/mariadb_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"host": "localhost",
"password": "",
"start_server": "True",
"client_bin": "mysql",
"server_bin": "mysqld",
"db_init_bin": "mysql_install_db"
"client_bin": "mariadb",
"server_bin": "mariadbd",
"db_init_bin": "mariadb-install-db",
"extra_server_config": ["--skip-host-cache", "--skip-name-resolve"]
}
5 changes: 3 additions & 2 deletions notebooks/2024 Open Source India MariaDB Workshop .ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"\n",
"**Please load this notebook in your browser** This will provide a remote running instance of MariaDB to complete this workshop.\n",
"\n",
"# URL https://tinyurl.com/xxxxx\n",
"# URL https://tinyurl.com/2024_osi_mariadb\n",
"\n",
"Optional alternative: If you want to run against a existing MariaDB-10.11+ version installed locally or at your displosal, you can copy SQL commands there."
]
Expand All @@ -39,7 +39,8 @@
"* Temoral Tables (also known as System Version Tables)\n",
"* Transactions\n",
"* Basic Tuning\n",
"* Problem diagnosis"
"* Problem diagnosis\n",
"* Getting Help"
]
},
{
Expand Down

0 comments on commit dee4e98

Please sign in to comment.