Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples in "Getting Started" vignette are broken #2175

Closed
pat-s opened this issue Jan 9, 2024 · 3 comments
Closed

Examples in "Getting Started" vignette are broken #2175

pat-s opened this issue Jan 9, 2024 · 3 comments

Comments

@pat-s
Copy link
Contributor

pat-s commented Jan 9, 2024

See https://dm.cynkra.com/articles/dm.html

#> Error in `dm:::financial_db_con()`:
#> ! Can't connect to relational.fit.cvut.cz or databases.pacha.dev:
#> Failed to connect: Can't connect to MySQL server on 'relational.fit.cvut.cz:3306' (101)
#> Failed to connect: Can't connect to MySQL server on 'databases.pacha.dev:3306' (110)
@asadow
Copy link

asadow commented Feb 8, 2024

Looks like many of the pages have broken examples

@tomsing1
Copy link

I think the remote database repository has moved here. The fincancials database is now available here.

my_db <- dbConnect(
  MariaDB(),
  port = "3306",
  username = "guest",
  password = "relational",
  dbname = "financial",
  host = "db.relational-data.org"
)

@krlmlr
Copy link
Collaborator

krlmlr commented Nov 24, 2024

All well now.

@krlmlr krlmlr closed this as completed Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants