• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Why no Plesk buttons for mysql service?

A

Alcedema

Guest
Exactly as it says up there. I can't seem to find mysql in the service list (to restart/stop/start it) and theres no mysql configuration in the "services" section of the server page.

Just wondering if there is one somewhere or a reason for it to be missing.
 
Probably because Plesk itself relies on mysql, so if it is stopeed, you wont be able to see the control panel at all.
 
Good point, but there can be sometimes where you need to restart/rehash mysql. Also a global mysql configuration would be nice, like client/mysql interaction.
 
Log into the server via ssh and type:
/etc/init.d/mysqld restart

Also, way back in the day, when I still worked at Plesk, I requested an admin version of phpMyAdmin to be setup in the SERVER section. This was during PSA6 development. Still hasn't been implemented....

You could always install it yourself though (that's what I do), then it wouldn't be dependent on the control panel.
 
Yeah good idea. Although what user/pass would psa have set in mysql when it was installing?
 
On PSA installs, plesk uses what is normally the "root" mysql account. It is replaced with the "admin" user (ie, the one you login to plesk with).
 
I would imagine the new version of Plesk for *nix is going to copy the Windows version.

Plesk 7.5 for Windows uses two seperate installs of MySQL - one for clients, one for plesk itself. It also has a root/admin based phpMyAdmin interface for the client side database.
 
Back
Top