Questions tagged [connections]

83 questions
0
votes
1 answer

Why does a MySQL select sometimes not create a "client connection"?

I'm doing some testing (on my dev server) to help me figure out what is causing the ever growing list of connections on my production server. My assumption is that there are certain pages that are not closing the connection using mysql_close(). So…
Vincent
  • 736
  • 1
  • 7
  • 11
0
votes
2 answers

How do I change MySQL wait_timeout in production environment at runtime?

I'm running Windows, IIS, MySQL, PHP. In my.ini under [mysqld] the value for wait_timeout is set to 60. wait_timeout = 60 But when I execute the following: show variables like 'wait_timeout'; It shows me that the value is 28800, which I know is…
Vincent
  • 736
  • 1
  • 7
  • 11
0
votes
0 answers

Is this a normal number of database connections?

Check out this graph of my database connections. I am running a Postgres database on Lightsail, and I am connecting to it from a single Ubuntu instance running a single instance of Express and Sequelize. While I'm very comfortable with all of this…
0
votes
1 answer

MySQL shows lot of connections

I checked my MySQL process list using "show processlist;"and it is showed nothing, But I used "show status like 'Conn%';" to check the connections and it is showed me around 9K connections. Is there any issue on the server. Please clarify about…
Support
  • 1
  • 1
-1
votes
1 answer

Prevent proxies connect in my dedicated server

I have one dedicated server, and I use IPTABLES for firewall. Recently, I received a lot of connections (attacks) using proxies to change IPS, and bypass firewall. Have anything do, for prevent connections by proxies? Any rules in iptables to check…
DevLight
  • 1
  • 1
-1
votes
2 answers

FTP sites can't be accessed from GUI programs, only command-line

We have a Windows Server 2012 R2 box, running IIS 6.2 (Build 9200). This is a Rackspace server. The server was running one FTP site, with no issues. We had worked with Rackspace originally to get the right ports opened in their networking…
eidylon
  • 358
  • 1
  • 7
  • 18
-1
votes
1 answer

Connecting two GNS3 setups in two VMs in the same PC

How do i connect these two gns3 setups in different VMs? It's all in the same PC. My end goal would be to ping each VPC to each other. I am already able to ping VPCs in with different VLANs but only within the same VM. A visual representation of my…
Gef
  • 1
  • 1
-1
votes
3 answers

3x networks, hardware in 2 locations, 1 connection to join them

Sorry it was hard to think of a title for this, so hopefully I can explain my situation. We have hardware (unix servers) on 3 different network subnets. For example: 10.44.1.0 10.44.2.0 10.44.3.0 All on a 255.255.255.0 subnet There isn't much on…
PhilJ
  • 1
1 2 3 4 5
6