• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

mysql service restart

S

Subtuppel

Guest
Hello there,

for some reason i cannot fix at this point, mysql crashes almost every night, the reason seems to be "Operating system error number 6 in a file operation". If i try to restart mysql via script with "C:\Parallels\Plesk\Databases\MySQL51\bin\mysqld.exe" that seems not to have any effect.
how do i restart plesks mysql services as task to avoid using the GUI for that, does anyone know?

thanks in advance
S.
 
since mysql is started as a service you can try with:

net stop mysql

and then start it

net start mysql


Since you have problems during the night I suppose statistics process is executed at the time when you have problems with your services. I also had the same problem and the main cause for this was broken file system.
If you are using Plesk inside virtuozzo container I suggest you to stop your container and check file system for errors.

if that doesn`t help try defragmenting your container.

EDIT:

you can find command prompt commands here: http://kb.parallels.com/en/111289
 
Last edited:
thanks for your answer!

will help me a lot as i am not used to run windows servers, i was unsure about that mysql error as a search for it ended up with lots of complaints suggesting it was a bug.
 
Back
Top