have not
tried the Percona tool. David.
- Original Message -
From: Anupam Karmarkar [mailto:sb_akarmar...@yahoo.com]
Sent: Wednesday, October 10, 2012 08:02 AM
To: mysql@lists.mysql.com
Subject: Re: Monitoring Sessions
Thanks Johan for info,
We already tried with tcpdump and wireshark
Sessions
- Original Message -
> From: "Anupam Karmarkar"
>
> How to monitor individual session number of rows selected or updated
> by sessions, number of bytes sent and reviewed by session in a given
> time period, sessions connects runs command and then disconne
- Original Message -
> From: "Anupam Karmarkar"
>
> How to monitor individual session number of rows selected or updated
> by sessions, number of bytes sent and reviewed by session in a given
> time period, sessions connects runs command and then disconnects,
&g
Hi All,
How to monitor individual session number of rows selected or updated by
sessions, number of bytes sent and reviewed by session in a given time period,
sessions connects runs command and then disconnects, SHOW GLOBAL STATUS is not
helping me in this case as i want low level session
tes a session in the querynode.
The probes are done every 20 seconds so that we get 180 new sessions per hour.
After some time there are no new connections possible to MySQL - ERROR 1040
(0): Too many connections
Any idea how to fix this problem?
Maybe a parameter to disconnect idle sessions
You said:
It is not locking the entire table. It's locking the rows you're
selecting. If you don't want the second session to hang and wait,
then you need to tell it to lock different rows.
Well if you read my message, I dont want another script to select the
rows that are selected by another
(Re-CCing the MySQL list)
It is not locking the entire table. It's locking the rows you're
selecting. If you don't want the second session to hang and wait,
then you need to tell it to lock different rows.
It might help if you explain what you're trying to accomplish. It
sounds like you're try
1) is the table InnoDB?
2) is AUTOCOMMIT on?
On Feb 5, 2008 8:44 AM, Frederic Belleudy <[EMAIL PROTECTED]> wrote:
> Select for update is not working like the way I expected it:
>
> FIRST SESSION:
> mysql> start transaction;
> Query OK, 0 rows affected (0.00 sec)
>
> mysql> select video_id from vid
Select for update is not working like the way I expected it:
FIRST SESSION:
mysql> start transaction;
Query OK, 0 rows affected (0.00 sec)
mysql> select video_id from videos_innodb where state='QUEUE' limit 5
FOR UPDATE;
+--+
| video_id |
+--+
|1 |
|2 |
|
SELECT FOR UPDATE
On Feb 4, 2008 4:58 PM, Frederic Belleudy <[EMAIL PROTECTED]> wrote:
> Hi there, I'm new with innodb and I'm not sure it's good to go with
> innodb for my personnal goals.
>
> Ok, let's assume I 've a table and want to select the first 10 rows from
> that table but I want to
Hi there, I'm new with innodb and I'm not sure it's good to go with
innodb for my personnal goals.
Ok, let's assume I 've a table and want to select the first 10 rows from
that table but I want to be sure that no other scripts will select the
same rows I've previously got by the first script.
lient), when I'm in a
SSH (Secure Shell) Session, in a SUSE Linux Enterprise Server 10,
configured to use Unicode (UTF-8 encoding).
The Portuguese accented characters appeared well, in the same SSH
session, for other shell (bash) commands and in Vim editing sessions
(using the same Portuguese keyb
Hi all,
First of all, sorry for the lengthy subject, but it serves to describe
my problem:
I'm having problems entering Portuguese accented characters (with a
Portuguese keyboard) in "MySQL monitor" (MySQL command line / console
client), when I'm in a SSH (Secure Shell) Session, in a Linux Server
On 31/10/2005 3:43 p.m., Cabbar Duzayak wrote:
Hi,
Is there a way of listing all the active db sessions and their IP
addresses and/or db user names? Something like v$session in oracle?
Thanks...
SHOW PROCESSLIST;
-Simon
--
MySQL General Mailing List
For list archives: http
Hi,
Is there a way of listing all the active db sessions and their IP
addresses and/or db user names? Something like v$session in oracle?
Thanks...
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Alaios <[EMAIL PROTECTED]> wrote:
>
> Do u know how many users the MySQL server v4 can't support?
> I am talking about the users that are currently online.
> I want to know the maximum number for the MyISAM tables and InnoDB
> Do u know any links for continue reading?
Number of connection
Do u know how many users the MySQL server v4 can't support?
I am talking about the users that are currently online.
I want to know the maximum number for the MyISAM tables and InnoDB
Do u know any links for continue reading?
Thx
-
Do you Yah
Greetings All,
If you are interested in attending the conference in person (or
virtually), please read on.
First, in addition to our regularly scheduled conference sessions, we
are going to be having about a dozen training sessions.
The sessions will let small groups of attendees (about 10
Greetings All,
My name is Zak Greant. I work for MySQL AB as their community advocate
- I am also helping to organize the content for our upcoming MySQL User
Conference (http://mysql.com/events/uc2004) that is happening in April.
Our deadline for choosing the final list of sessions is a couple
Greetings All,
My name is Zak Greant. I work for MySQL AB as their community advocate
- I am also helping to organize the content for our upcoming MySQL User
Conference (http://mysql.com/events/uc2004) that is happening in April.
Our deadline for choosing the final list of sessions is a couple
Hi,
How to tell mysql server to kill sleeping sessions after certain time while
using LinuxThreads on FreeBSD 4.4 ? None of wait_timeout and
interactive_timeout values seem to work.
-
Before posting, please check:
http
> > > How to know how many sessions are currently open against a MySQL
> database ?
> >
> > MySQL manual 7.28 SHOW Syntax
> >
> Thanks for your answer, but I need to know the names of the users
> currently
> logged in the database.
> Regards,
>
A
:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 1:37 PM
To: DL Neil; [EMAIL PROTECTED]
Subject: Re: Sessions
Thanks for your answer, but I need to know the names of the users currently
logged in the database.
Regards,
Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A
"Ing. Gustavo Edelstein" wrote:
> Thanks for your answer, but I need to know the names of the users currently
> logged in the database.
> Regards,
SHOW will do that as will 'mysqladmin processlist'.
http://www.mysql.com/doc/S/H/SHOW_PROCESSLIST.html
b.
--
On Wed, 24 Oct 2001 14:36:45 -0300, "Ing. Gustavo Edelstein"
<[EMAIL PROTECTED]> wrote:
>>Thanks for your answer, but I need to know the names of the users currently
>>logged in the database.
>>Regards,
>>
check your log files, normally found in the DATADIR, this will tell you who's
doing what
:52 PM
Subject: Re: Sessions
> > How to know how many sessions are currently open against a MySQL
database ?
>
>
> Gustavo,
>
> MySQL manual 7.28 SHOW Syntax
>
> Regards,
> =dn
>
>
>
> ---
> How to know how many sessions are currently open against a MySQL database ?
Gustavo,
MySQL manual 7.28 SHOW Syntax
Regards,
=dn
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
h
PROTECTED]
Subject: Sessions
>
> Dear members,
>
> How to know how many connections are established using the MySQL ODBC
driver ?
>
> Thanks.
>
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus Argentina S.A.
> __
> Visit us
Dear members,
How to know how many sessions are currently open against a MySQL database ?
Thanks.
Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
__
Visit us On Line at www.equiplus.com
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting
>
> Dear members,
>
> How to know how many connections are established using the MySQL ODBC
driver ?
>
> Thanks.
>
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus Argentina S.A.
> __
> Visit us On Line at www.equiplus.com
> Email addresses:
> Operations: [EM
t; <[EMAIL PROTECTED]>
> To: "php general list" <[EMAIL PROTECTED]>
> Cc: "Mysql Mailing List" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 30, 2001 10:22 PM
> Subject: sessions problems
>
>
> > Hi,
> >
> > I am trying to
List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 10:22 PM
Subject: sessions problems
> Hi,
>
> I am trying to use session instead of cookies as my targeted customers are
> either behind a firewall or disable cookies.
>
> My system
> php 4.0.1pl2
> rh 7.0
session.php is the same as the one in test.php. If it is wrong
I want the viewer to go back to the sessions.php page and then come to the
test.php.
In the logout.php I have:
According the manual this should destroy all sessions. I get any error
saying that the session what not started and
33 matches
Mail list logo