Skip to content

Commit 5df9689

Browse files
authored
fix IP address in the MySQL notebook (#105)
1 parent 2540ebf commit 5df9689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/unified-data-analysis-sql-nosql-kai/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"%%sql\n",
147147
"CREATE LINK mysqllink AS MYSQL\n",
148148
"CONFIG '{\n",
149-
" \"database.hostname\": \"3.141.19.255\",\n",
149+
" \"database.hostname\": \"3.132.226.181\",\n",
150150
" \"database.exclude.list\": \"mysql,performance_schema\",\n",
151151
" \"table.include.list\": \"DomainAnalytics.transactions\",\n",
152152
" \"database.port\": 3306,\n",

0 commit comments

Comments
 (0)