About 237,000 results
Open links in new tab
  1. sudo - How do I start/stop mysql server? - Ask Ubuntu

    I tried to find in some articles describing how to correctly start & stop mysql server. I found this link: How to start/stop MySql server on Ubuntu 8.04 | Abhi's Blogging World I ran this

  2. database - How to stop and start the mysql? - Stack Overflow

    to stop mysql account is: sudo mysqladmin -h localhost -u root -p shutdown to start is: sudo systemctl start mysql.service to confirm: sudo mysql -h localhost -u root -p NB: the default …

  3. How fix permanently: Job for mysql.service failed because the …

    Nov 3, 2019 · I am working with Ubuntu 18.04 and MySQL Server - 8.0.18 Suddenly today MySQL can't start anymore With the sudo service mysql status command appears: sudo …

  4. the MySQL service on local computer started and then stopped

    142 the MySQL service on local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs. Can anyone resolve this …

  5. windows - Unable to start MySQL server - Stack Overflow

    Try manually start the service from Windows services, Start -> cmd.exe -> services.msc. Also try to configure the MySQL server to run on another port and try starting it again.

  6. How do you start a MySQL server on linux? - Stack Overflow

    Apr 25, 2016 · $ sudo service mysql start Once that command returns, the mysqld service has started, so you can use the mysql client to connect to it. Of course, you also have to make …

  7. How can I start mysql by command service mysql start

    May 31, 2020 · In your case, the file name is mysql.server, so "sudo service mysql.server start {stop, status, restart}" should be the command used. If it isn't referenced anywhere else, you …

  8. Getting Error: mysql.service failed because the control process …

    Jan 22, 2022 · After that, I started mysql again sudo service mysql start and the problem was solved. NOTE: The origin of my problem came from the attempt to run mysql using this …

  9. At some oment I got error MySQL configuration not found ... - Ask …

    Oct 27, 2024 · In some moment my MySQL server stopped working(I have installed my home kubuntu 22.04 several months ago) I check commands : # mysql ERROR 2002 (HY000): Can't …

  10. Xampp MySQL not starting - "Attempting to start MySQL service..."

    57 If you have MySQL already installed on your windows then go to services.msc file on your windows and right click the MySQL file and stop the service, now open your XAMPP and start …