Skip to content

Commit

Permalink
fix IP address in the MySQL notebook (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham97 authored Jul 11, 2024
1 parent 2540ebf commit 5df9689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"%%sql\n",
"CREATE LINK mysqllink AS MYSQL\n",
"CONFIG '{\n",
" \"database.hostname\": \"3.141.19.255\",\n",
" \"database.hostname\": \"3.132.226.181\",\n",
" \"database.exclude.list\": \"mysql,performance_schema\",\n",
" \"table.include.list\": \"DomainAnalytics.transactions\",\n",
" \"database.port\": 3306,\n",
Expand Down

0 comments on commit 5df9689

Please sign in to comment.