About 1,150,000 results
Open links in new tab
  1. How to check if MySQL server is working or not? [closed]

    Default MySQL server port is 3306, if it's running then you'll have to check for the right port being used: # netstat -vulntp |grep -i mysql If no results returned then you'll have to check your MySQL log.

  2. MySQL show status - active or total connections?

    Sep 15, 2011 · When I run show status like 'Con%' it shows the number of connections, which is 9972 and constantly growing. Is this an active number of connections or connections made in total?

  3. ssh - How to check mysql status on Unix - Server Fault

    I check mysql server status by ssh to the server. $ mysql mysql> status Beside this way, is there any other way that I can use ssh to remote check the status? Since there are many mysql servers...

  4. How to get MySQL server info using command line?

    Oct 15, 2010 · Username: Hostname: Port: **Server Information** MySQL Version: Network Name: IP: **Client Information** Version: Network name: IP: Operating System: Hardware: This is provided …

  5. Mysql: how to get the mysql status info just using one command

    May 12, 2015 · 1 I have installed mysql-server on ubuntu. If I want to know the status of the mysql, I need to type 'mysql -u root -p' in the command line, and then I need to type the password to enter the …

  6. Check if MySQL server is alive - Server Fault

    Jan 16, 2020 · Depending on your needs you might simply check the exit code of a mysqladmin ping without supplying any credentials as that already gives you a database server status : ping Check …

  7. How can I solve "Error: MySQL shutdown unexpectedly"?

    Aug 3, 2013 · Rename folder mysql/data to mysql/data_old Make a copy of mysql/backup folder and name it as mysql/data Copy all your database folders from mysql/data_old into mysql/data (except …

  8. how to check mysql status on ubuntu - Server Fault

    Seems that the mysql daemon don't start up. Have you tried to check log of mysql in /var/log/mysql ? for check the status of a daemon in Linux you could type this in your terminal : /etc/init.d/mysql status …

  9. ubuntu - Failed to start MySQL Community Server - Server Fault

    Aug 31, 2019 · Supplied value : /var/lib/mysql-files That's your problem. To resolve it, first check the user that your mysqld is attempting to run as; this will be the user "mysql" in a default Debian install (I …

  10. sql - A column called Status in MySQL - Stack Overflow

    I've been using MySQL and I need a column called “Status” in a table. I know this word “Status” is a keyword in MySQL, and I would like to know if I will have problems with it if I write SQL state...