-
Notifications
You must be signed in to change notification settings - Fork 39
~
not resolved correctly in default.file
argument
#197
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
Comments
Thanks. On Windows, the Connector/C version was upgraded from 2.3.7 to 3.1.11, perhaps the change is related. We could call |
I can give it a try next week! |
- `dbConnect()` normalizes all input paths (#197, @twentytitus).
RMariaDB 1.1.2 - RMariaDB is now licensed under the MIT license (#213). - `dbConnect()` normalizes all input paths (#197, @twentytitus). - `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214). - Now referring to the `libmariadb-dev` Debian/Ubuntu package in documentation and configuration scripts (#219). - `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156). - Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224). - The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
on Windows 10 with R 4.0.2, after updating from RMariaDB 1.0.8 to 1.0.11, the following fails:
The error message is
Failed to connect: Can't connect to MySQL server on 'localhost' (10061)
.However, replacing the
~
as inworks just fine. Any ideas why this could happen? The issue was not present before the package update. Edit: It also seems to work with version 1.0.10.
Many thanks in advance!
The text was updated successfully, but these errors were encountered: