Matteo Delucchi

Results 8 comments of Matteo Delucchi

In that case, I get this error: `Can't read dir of '/etc/mysql/mariadb.conf.d/' (OS errno 2 - No such file or directory) [ERROR] Fatal error in defaults handling. Program aborted!` The...

It's a MySQL server to which I connect with the arguments mentioned above (see "situation"). I read that the support of the R package RMySQL is not guaranteed anymore (didn't...

No, this results in: ``` $ mysql --host=localhost --port=6603 --user=root --password=secret mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 2002 (HY000): Can't connect to...

This works: ``` $ mysql --host=127.0.0.1 --port=6603 --user=root --password=secret mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with...

I'll do but it will take some time.

+1 for having the same issue. Downgrading helped temporarily but results in a warning. For some reason, the labels for the _interaction_index_ are not always displayed (this is not reproducible...)....

While installing `proj4` with: `>install.packages("proj4", dependencies=TRUE)` I got this error: `configure: error: libproj and/or proj_api.h not found in standard search locations.` Following the procedure of @fodassecaralho (thanks :+1: ) could...