You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to connect to MariaDB. Here are some info:
app@ubuntu:~$ node -v
v7.8.0
MariaDB [mydb]> status;
--------------
mysql Ver 15.1 Distrib 10.1.22-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Connection id: 4
Current database: mydb
Current user: app@localhost
SSL: Cipher in use is DHE-RSA-AES256-GCM-SHA384
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server: MariaDB
Server version: 10.1.22-MariaDB-1~xenial mariadb.org binary distribution
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /var/run/mysqld/mysqld.sock
Uptime: 4 min 6 sec
Threads: 1 Questions: 6 Slow queries: 0 Opens: 17 Flush tables: 1 Open tables: 11 Queries per second avg: 0.024
--------------
Here is the command that I use to log in with all the same parameters as from javascript:
app@ubuntu:~$ mysql --ssl-ca=/etc/mysql/ssl/ca-cert.pem --ssl-key=/etc/mysql/ssl/client-key.pem --ssl-cert=/etc/mysql/ssl/client-cert.pem mydb -h localhost --ssl-cipher=DHE-RSA-AES256-GCM-SHA384 --protocol=tcp
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 7
Server version: 10.1.22-MariaDB-1~xenial mariadb.org binary distribution
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [mydb]>
Am I missing something here? I've searched on the internet what's up with both have_openssl=true and have_ssl but nobody seems to have any problem with that. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I am unable to connect to MariaDB. Here are some info:
Javascript console output:
Here is the command that I use to log in with all the same parameters as from javascript:
Am I missing something here? I've searched on the internet what's up with both
have_openssl=true
andhave_ssl
but nobody seems to have any problem with that. Any help would be appreciated.The text was updated successfully, but these errors were encountered: