About 9,820,000 results
Open links in new tab
  1. mysql: see all open connections to a given database?

    Oct 25, 2009 · With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?

  2. How to show the last queries executed on MySQL?

    Mar 16, 2009 · Is there any query/way to show the last queries executed on ALL servers?

  3. logging - Log all queries in mysql - Stack Overflow

    Nov 20, 2008 · Is it possible for me to turn on audit logging on my mysql database? I basically want to monitor all queries for an hour, and dump the log to a file.

  4. How can I view live MySQL queries? - Stack Overflow

    Feb 20, 2009 · How can I trace MySQL queries on my Linux server as they happen? For example I'd love to set up some sort of listener, then request a web page and view all of the queries the …

  5. php - Real-time MySQL monitoring - Stack Overflow

    1 Mysql Workbench has a server monitoring feature as well. It shows basically most things you need to know in real time. To open it, open a connection with a DB, click on the "Server" tab …

  6. mysql - XAMPP環境で、MySQLに接続しようとしたところ …

    Aug 25, 2018 · 現在のXAMPPは、DBとしてMySQLではなくMariaDBをパッケージングしています。XAMPPとは別にMySQLをインストールすることはできるでしょうが、せっかくオール …

  7. Monitoring used connections on mysql to debug 'too many …

    Mar 16, 2010 · In Debian Lenny, it is part of the package mysql-client-5.0 and I guess it is available for other distros as well. It is especially powerful in monitoring InnoDB internals, but …

  8. How to connect from windows command prompt to mysql …

    To make it easier to invoke MySQL programs, you can add the path name of the MySQL bin directory to your Windows system PATH environment variable: On the Windows desktop, right …

  9. mysql - Does mysqldump support a progress bar? - Stack Overflow

    Jan 31, 2011 · After MySQL 5.7+, you can use mysqlpump. Although it doesn't show a progress bar, it still shows some progress like this: Dump progress: 1/1 tables, 0/191 rows Dump …

  10. database - mysql show innodb status output - Stack Overflow

    Jun 9, 2014 · After reading the mysql docs again, i noticed this: "InnoDB Monitor output is limited to 64,000 bytes when produced using the SHOW ENGINE INNODB STATUS statement.