Re: Package name question

2024-11-28 Thread Bitfox
On 2024-11-29 03:06, Darac Marjal wrote: * "systemctl list-units --all" will list all the services installed on your system. You can search that for something likely looking (e.g. something beginning with "mysql" or similar). this works for me. thank you for your help.

Re: Package name question

2024-11-28 Thread Darac Marjal
On 28/11/2024 18:52, Bitfox wrote: Hello After I installed mysql 8.0 via apt install mysql-server, I tried to restart mysql server. I issued the following commands, systemctl restart mysql-server systemctl restart mysqld They got failed, no package was found. Then I run systemctl restart m

Re: Package name question

2024-11-28 Thread Alain D D Williams
On Fri, Nov 29, 2024 at 02:52:29AM +0800, Bitfox wrote: > Hello > > After I installed mysql 8.0 via apt install mysql-server, I tried to restart > mysql server. > > I issued the following commands, > > systemctl restart mysql-server > systemctl restart mysqld > > They got failed, no package was

Package name question

2024-11-28 Thread Bitfox
Hello After I installed mysql 8.0 via apt install mysql-server, I tried to restart mysql server. I issued the following commands, systemctl restart mysql-server systemctl restart mysqld They got failed, no package was found. Then I run systemctl restart mysql it successed finally. My quest