python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error 2002 or 2013 when connecting to my MariaDB database on Cloud SQL
I´m experiencing some kind of network issue when connecting to my MariaDB remotely, which is hosted on a CloudSQL instance (nevertheless, I think that this is unrelated).
When I'm trying to connect th...
Latra
Votes: 0
Answers: 1
Remote Connection to MariaDB not working when in different Network
I have MariaDB Version 10.5.12-MariaDB-0+deb11u1 Raspbian 11 installed on my Raspberry Pi.
I have setup my firewall to allow access to port 3306 from everywhere: sudo ufw status
To
Action
From
...
Marvin34565
Votes: 0
Answers: 1
Method from my API in express + mariadb don't work
I have an API in MariaDB and ExpressJS and just works get route...
const getAllBills = async (req, res) => {
try {
const conn = await pool.getConnection();
const result = await ...
Javier
Votes: 0
Answers: 1
React-Native Redux and SQL Database
I'm trying to implement a simple app displaying data fetched via an API. I'm exposing my own API with an express server. With the API I can basically interact with my SQL database.
For the front-end a...
fritzchr
Votes: 0
Answers: 1