Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
34 views

In a single select, use a selected column result also in a MySQL function?

as an idea example this here kind of thing Select salt2, SHA2('A11111111111111111111' + 'salt2', 512) from usertable; Where the salt value in salt2 column will be used in the sha2 function. The hash ...
Scott Downey's user avatar
1 vote
0 answers
40 views

How do I redirect user after succesful registration in NextJS 14? [duplicate]

Was trying to get familiar with nextJS 14.2.3 So I created a simple registration form, and tried to register a user. Sequelize appears to work fine, but I can't understand, how does the NextResponse....
justelio19's user avatar
1 vote
0 answers
25 views

Pm2 server is automatically turning off at any time on ssh of hostinger

0|blog-api | at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { 0|blog-api | errno: -104, 0|blog-api | code: 'ECONNRESET', 0|blog-api | syscall: 'read', 0|blog-api | ...
RaGR's user avatar
  • 11
0 votes
0 answers
57 views

Setting up a Garry's mod TTT Server with the Moat Setup - Lua Errors

So i have been trying to setup a TTT Server running the moat addon uploaded by moat - The upload is however very old, this is the github https://github.com/colemclaren/ttt I have been trying to get it ...
lefe's user avatar
  • 1
0 votes
2 answers
62 views

How to connect to remote database through remote server to local device? [duplicate]

Let's say I have two server A and B. Server A is open to public. Server B is only allow connection from server A. My MySQL database is located on server B. From my local machine, how to I connect my ...
Justin Xu's user avatar
0 votes
0 answers
13 views

Connect VPS Server with my mysql database [duplicate]

I have hostinger VPS server and there I uploaded the node.js code with all its necessary modules. But when I try to connect with database using GET API, It gives error { "success": false, ...
Muhammad TaQi's user avatar
0 votes
0 answers
17 views

error: connect ECONNREFUSED ::1:3306 on Strapi with MySQL [duplicate]

I have a problem with connecting my Strapi app locally. I'm receiving that error : $ strapi develop [2024-05-13 15:43:43.535] warn: @strapi/plugin-documentation has deprecated registerDoc, use strapi....
Rom-888's user avatar
  • 876
0 votes
0 answers
43 views

MAMP won’t start up anymore

I wonder if anyone could point me in the right direction. I have MAMP 4.2.0 on a Windows OS, it’s something I downloaded in 2020. I just want to say that I’ve asked the same question on another forum, ...
Zuff's user avatar
  • 1
1 vote
1 answer
34 views

My SQL stop in running server on very week

I am using GoDaddy server in last few month MySQL server running is stop self on the basis of every week. we need to restart our server or running MySQL we track the event logger but we not found ...
Rakesh 's user avatar
0 votes
0 answers
25 views

Arduino is able to connect to database running on my laptop, but not to one running on a server setup by a teacher

Me and a classmate are trying to send Arduino data directly to a server which is facilitated by a teacher. Me and my classmate are also trying to send data directly to a website using a websocket. We ...
Roy Croezen's user avatar
0 votes
0 answers
35 views

How should I use Docker for a Scraping project that utilizes Selenium, Jsoup, and MySQL as the database?

I have a quite long question, any help would be greatly appreciated. Whenever I ask something on Stack Overflow, nobody responds :S. The context is as follows: I have a Java project (using Maven as ...
Ismael's user avatar
  • 23
0 votes
0 answers
25 views

Link new server to existing MySQL directory

I have a programming problem while using MySQL 8.0, and all online resources I've seen have not helped. I have an existing MySQL data directory that contains folder names such as "#innodb_redo&...
ZZ Top's user avatar
  • 95
-1 votes
1 answer
249 views

This site can’t provide a secure connectionwww.000webhost.com sent an invalid response. ERR_SSL_PROTOCOL_ERROR

In my 000webhost account c-panerl is not working. Whenever I try to login with my email and password It's showing this error message. My email and password was correct too. enter image description ...
Ummeed's user avatar
  • 1
1 vote
1 answer
30 views

MySQL Client taking more than 14 sec to be connected

IN our on-prem server we have installed mysql 4 node cluster 2 for mgmt and 2 for datanode(NDB).Max connection is 4000 and we get less than 400 concurrent connections. InnoDB Buffer pool size is 500GB....
Basudev Rout's user avatar
0 votes
1 answer
300 views

Why can't my server connect MYSQL database when I can access and ssh it?

I'm setting up my server and I can connect to the DB using `mysql -u root -p` and by ssh from outside the server. But I am getting `SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' ...
Danail Mihov's user avatar

15 30 50 per page
1
2 3 4 5
57