From dee4e9868d6cd1573a5ec60a15c5bda9de2ec025 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 22 Oct 2024 18:17:06 +0530 Subject: [PATCH] OSI - tiny url and binder --- binder/mariadb_config.json | 7 ++++--- notebooks/2024 Open Source India MariaDB Workshop .ipynb | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/binder/mariadb_config.json b/binder/mariadb_config.json index 69db5a7..a92ff82 100644 --- a/binder/mariadb_config.json +++ b/binder/mariadb_config.json @@ -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"] } diff --git a/notebooks/2024 Open Source India MariaDB Workshop .ipynb b/notebooks/2024 Open Source India MariaDB Workshop .ipynb index 3037598..2b4cfa3 100644 --- a/notebooks/2024 Open Source India MariaDB Workshop .ipynb +++ b/notebooks/2024 Open Source India MariaDB Workshop .ipynb @@ -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." ] @@ -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" ] }, {