Displaying 20 results from an estimated 360 matches for "3306".
Did you mean:
306
2018 Jul 20
2
database node / possible SYN flooding on port 3306
Hi folks,
I have here a database node running
# rpm -qa | grep mysql-server
mysql55-mysql-server-5.5.52-1.el6.x86_64
on
# virt-what
vmware
that seems to have a connection problem:
# dmesg |grep SYN |tail -5
possible SYN flooding on port 3306. Sending cookies.
possible SYN flooding on port 3306. Sending cookies.
possible SYN flooding on port 3306. Sending cookies.
possible SYN flooding on port 3306. Sending cookies.
possible SYN flooding on port 3306. Sending cookies.
I adapted already following:
# sysctl -a |grep -E 'maxconn|syn...
2018 Oct 04
3
Spontaneous reboot due to MySQL lookups ?
...B") in new stack
[Aug 22 15:19:10] VERBOSE[2977] pbx.c: [Aug 22 15:19:10] --
Executing [s at sub-GetAlertInfo:5] MYSQL("SIP/SipAgenT01-0000317d", "Query
resultid 1 SELECT uri, callinfo FROM distringtone WHERE onoff='1'") in
new stack
[Aug 22 15:19:18] VERBOSE[3306] config.c: [Aug 22 15:19:18] == Parsing
'/etc/asterisk/logger.conf': [Aug 22 15:19:18] VERBOSE[3306] config.c:
[Aug 22 15:19:18] == Found
[Aug 22 15:19:18] VERBOSE[3306] config.c: [Aug 22 15:19:18] == Parsing
'/etc/asterisk/asterisk.conf': [Aug 22 15:19:18] VERBOSE[3306] co...
2018 Oct 04
4
Spontaneous reboot due to MySQL lookups ?
...:19:10] VERBOSE[2977] pbx.c: [Aug 22 15:19:10] -- Executing
>> [s at sub-GetAlertInfo:5] MYSQL("SIP/SipAgenT01-0000317d", "Query
>> resultid 1 SELECT uri, callinfo FROM distringtone WHERE onoff='1'")
>> in new stack
>> [Aug 22 15:19:18] VERBOSE[3306] config.c: [Aug 22 15:19:18] ==
>> Parsing '/etc/asterisk/logger.conf': [Aug 22 15:19:18] VERBOSE[3306]
>> config.c: [Aug 22 15:19:18] == Found
>> [Aug 22 15:19:18] VERBOSE[3306] config.c: [Aug 22 15:19:18] ==
>> Parsing '/etc/asterisk/asterisk.conf'...
2018 Jul 21
1
database node / possible SYN flooding on port 3306
...-qa | grep mysql-server
>> mysql55-mysql-server-5.5.52-1.el6.x86_64
>>
>> on
>>
>> # virt-what
>> vmware
>>
>>
>> that seems to have a connection problem:
>>
>> # dmesg |grep SYN |tail -5
>> possible SYN flooding on port 3306. Sending cookies.
>> possible SYN flooding on port 3306. Sending cookies.
>> possible SYN flooding on port 3306. Sending cookies.
>> possible SYN flooding on port 3306. Sending cookies.
>> possible SYN flooding on port 3306. Sending cookies.
>>
>>
>> I ad...
2003 Aug 26
1
ADSL router, two nics, web server not visible from internet
...0 0 TOS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:20 TOS set 0x08
0 0 TOS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:20 TOS set 0x08
tcp 6 428859 ESTABLISHED src=127.0.0.1 dst=127.0.0.1 sport=1028 dport=3306 src=127.0.0.1 dst=127.0.0.1 sport=3306 dport=1028 [ASSURED] use=1
tcp 6 428855 ESTABLISHED src=127.0.0.1 dst=127.0.0.1 sport=1029 dport=3306 src=127.0.0.1 dst=127.0.0.1 sport=3306 dport=1029 [ASSURED] use=1
tcp 6 428855 ESTABLISHED src=127.0.0.1 dst=127.0.0.1 sport=1030 dport=3306 src=1...
2012 Jul 12
3
ssh port forwarding
...WS EC2 instance. We are wanting to make mysql
connections over an ssh tunnel.
In this case, lets say that hostA is our local machine, and hostB is the
Amazon EC2 instance. I have tried several different variations (that I have
found from google searching), including:
from hostA: ssh -L 22222:hostB:3306 user at hostB
from hostA: ssh -L 22222:localhost:3306 user at hostB
from hostA: ssh -L 22222:hostB:3306 user at localhost
No matter which variation I have tried, in every case, it will actually
create an ssh connection to the hostB, and log me into hostB, giving me its
prompt. If I try the port (2...
2018 Jul 20
0
database node / possible SYN flooding on port 3306
...; I have here a database node running
>
> # rpm -qa | grep mysql-server
> mysql55-mysql-server-5.5.52-1.el6.x86_64
>
> on
>
> # virt-what
> vmware
>
>
> that seems to have a connection problem:
>
> # dmesg |grep SYN |tail -5
> possible SYN flooding on port 3306. Sending cookies.
> possible SYN flooding on port 3306. Sending cookies.
> possible SYN flooding on port 3306. Sending cookies.
> possible SYN flooding on port 3306. Sending cookies.
> possible SYN flooding on port 3306. Sending cookies.
>
>
> I adapted already following:
>...
2009 Dec 22
7
Frustrations with MySQL loss, tcpdump, netstat, etc
.... This server is in my house, however, but on a public IP, behind a firewall, etc.
I checked my hardware firewall (a dedicated UnTangle system) and that is successfully allowing the passage. I know this because the firewall shows:
2009-12-22 6:29:41 am passed <my IP>:35606 <server IP>:3306
I checked the firewall (system-config-securitylevel-tui) on the server and that has 3306:tcp allowed.
When I try to connect I get an error (4) which when I google says: "Interrupted System call"
I have tried using the MySQL Workbench and other client software.
If I look in /var/log/my...
2007 Mar 21
1
[RFC]: OpenSSH vpn lists
...how horrid) is encrypted even if the
application/server doesn't support launching the service over SSL. This
has some issues; so I'm probing for ideas on a new feature that would
resolve them and make this easier.
Let's hypothesize that you have 100 database servers serving MySQL
(TCP:3306) and MS SQL 2005 (TCP:1433). These are as follows:
10.10.30.[50-100]:3306 - MySQL
10.10.40.[75-125]:1433 - MS SQL 2000/2005
To deal with this, you set up on each machine 100 virtual network
adapters that don't route outside:
192.168.30.[50-100] - 10.10.30.[50-100] mates
192.168.40.[75-125]...
2017 Dec 06
0
CEBA-2017:3306 CentOS 7 dleyna-server BugFix Update
CentOS Errata and Bugfix Advisory 2017:3306
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3306
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
afd7adcf446a72e7b6a74501dd57fc358e84bece4fc1dc12f12c526864957ae1 dleyna-server-0.5.0-2.el7_4.i686.rpm...
2014 Nov 15
1
Understanding why Dovecot unexpectedly died
...;;
The "loggers" was added now to try to understand why it dies...
Well, I can see in my syslog, when Pacemaker restarts Dovecot, these lines:
ov 15 18:59:09 mail01 DOVECOT-MONITOR[530]: DOVECOT STOPPED - NO LISTEN [tcp 0 0 192.168.33.1:37545 192.168.33.3:3306 ESTABLISHED 637/dovecot-auth
Nov 15 18:59:09 mail01 DOVECOT-MONITOR[530]: tcp 0 0
192.168.33.1:37537 192.168.33.3:3306 ESTABLISHED 529/dovecot-auth]
So, there is no "dovecot"-Process listening anymore... Normally I have these:
tcp 0 0 0.0.0.0:110...
2005 Aug 05
3
Compile trouble with mysql
Hello!
I tried to compile the latest 1.0-test (79) with mysql support, but
there is the following error:
...
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test79/src/lib/sha1.c:233: first defined here
...
So 'sha1_result' is
2006 Jan 28
10
Rails scaffolding - cannot get access to MySQL
Hi,
A newbie in the RoR world, I''m already more or less stuck when
generating the scaffold for my first tutorial project ...
When I try to generate scaffold code for my version of the ''depot''
application from the ''Agile rails ...'' book, I receive the following
error:
#28000Access denied for user ''bo''@''localhost''
2007 Jan 17
3
Asterisk 1.4 and CDR
...erl support
perl -MCPAN -e "install DBD::mysql"
I compile /usr/src/asterisk-addons as follows:
# ./configure
# make clean
# make install
In the file /etc/asterisk/cdr_mysql.conf
[global]
hostname=localhost
dbname=asteriskcdrdb
table=cdr
password=strongpass
user=asterisk
port=3306
userfield=1
In the File asterisk-stat
define ("WEBROOT", "http://192.168.190.10/asterisk-stat/");
define ("FSROOT", "/var/www/html/asterisk-stat-v2/");
define ("LIBDIR", FSROOT."lib/");
define ("HOST", "localhost")...
2007 Oct 25
2
FW: Logwatch for XXXXXXX.kd4efm.org (Linux)
Found an error or two from my logwatch report from yesterday,
thought I would share this in hopes this is just first time
run of the problem I noticed in the Kernel report section...
Also not sure why there's an issue with automount either....
but I guess I could ask on that issue as well.
I am not worried about the NAMED error, this is something that
happens due to one of the services that
2008 Mar 10
1
SSH, SCP connections to remote MySQL Database using OpenOffice Possible?
I'm trying to find a way to get remote connections from my Linux Desktop machine to a remote Linux box which is hosting a MySQL database, via SSH port 22, and then once connection is established, log in to the database port 3306 and have either an SSH and or SCP connection established so I can securely do edits and queries.
I am able to connect this way from my Windows machine to remote server using Navicat. Both the windows desktop and the server are set up this way. I just can't figure out how to get my Linux deskto...
2005 Jul 27
5
cdr_mysql does not write to mysql db
...m is that no records are written to the db. Why?
I can import the csv-file to the db. so i assume the db is setup correct.
Is there any chance to get debug from cdr_mysql to find his problem?
This is my cdr_mysql.conf file:
[global]
hostname=localhost
dbname=cdr
password=passw0rd
user=root
;port=3306
;sock=/tmp/mysql.sock
userfield=1
Thanks and Regards
2009 Apr 27
2
Problem with R 2.9.0 vs. R2.8.1 with either "survival" package or "predict" function
Just wanted to alert everyone regarding a problem that I only
experience with R2.9.0 and not with R2.8.1 when I run both using
exactly the same script and the same data.
Here is what I do with my data "MyData", 2 predictors (V1 and V2) and
my survival DV "Depvar":
library(survival)
2007 Nov 09
5
Access Denied for user
I''m getting ''Access denied for user ... Using password:YES ...
Mysql::Error'' message. The OS is Solaris 5.9, Ruby is 1.8.6 and Rails
is 1.2.3. AFAIK these are all fairly new adn shouldn''t suffer from the
''old password'' effect - even so , I have forced the password to be ''old
style'' to be on the safe side. The database.yml
2006 Apr 21
1
"Lost connection to MySQL server" error
...local webrick. Decided to set things up
on the local server and I get this error:
Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS
FROM users
RAILS_ROOT: script/../config/..
So I thought it might be struggling to connect to mysql, so I tried with
sockets instead of port 3306. No difference unfortunately. I can connect
successfully to mysql on 3306 remotely anyway, so that shouldn''t be a
prob.
So what else could it be? Help!
--
Posted via http://www.ruby-forum.com/.