Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
128 views

MySQL4 on a Raspberry Pi 4 B

I am using CAO faktura 1.4 which only works with mysql4, so I installed mysql4.1.22 on a Raspberry Pi 4 B which was a bit tricky but finaly I managed to configure and make install. Then I added to the ...
Louis Eiden's user avatar
1 vote
1 answer
217 views

Raspberry Pi 4 To A Remote MySql: Stderr : /bin/sh: 1: mysql: not found

In continuation to my previous question here (Fully details: connect Raspberry Pi 4 to a remote MySql database located on a server), I have been digging to find out what causing the error and why my ...
Mainland's user avatar
  • 4,534
1 vote
0 answers
152 views

connect Raspberry Pi 4 to a remote MySql database located on a server

I have a new situation. I had a javascript running successfully on aArduino YUN board that was basically querying a MySql server located on a server with an IP address (aaa.bbb.ccc.ddd). I am ...
Mainland's user avatar
  • 4,534
0 votes
0 answers
104 views

can't connect to MySQL on raspian

I installed MySQL with sudo apt install mariadb-server on a Raspberry pi 4 with raspian installed but it raises Access denied for user 'root'@'localhost' (or 'pi'@'localhost' if I don't use sudo)
ssebastianoo's user avatar
0 votes
0 answers
347 views

MariaDB 10.3.17 server is rejecting connections without a very specific reason

I have installed a MariaDB 10.3.17 server on a Raspberry Pi 4B running Raspbian Buster. Lately some my applications that I've built (in this case in LabVIEW) are not able to open connections. I have ...
Big Owls's user avatar