pig-mysql restarting
时间: 2024-05-03 21:21:51 浏览: 104
pod报错”Back-off restarting failed container”解决办法
5星 · 资源好评率100%
As an AI language model, I do not have the ability to restart any services or processes on a server. However, if you are trying to restart the MySQL service on your server, you can use the following command:
```
sudo systemctl restart mysql
```
This command will restart the MySQL service and your pig-mysql application should start working again.
阅读全文