How to start service mysqld in Linux webserver
-
Hi all, [Linux/PHP/MySQL] My webserver have a seriouse problem. Now i can't open my website i run so slow, it doesn't display the page at all. I think mysqld in not start. So please tell me how to start service mysqld by using Linux command. Thanks you so much. Waiting for your answers. Bye Yours, Hy Chanhan
-
Hi all, [Linux/PHP/MySQL] My webserver have a seriouse problem. Now i can't open my website i run so slow, it doesn't display the page at all. I think mysqld in not start. So please tell me how to start service mysqld by using Linux command. Thanks you so much. Waiting for your answers. Bye Yours, Hy Chanhan
Have you tried the command:
service mysqld start
I haven't had to start mysql on my Linux boxes in a long time and IIRC, I've used this before and it works.Last modified: 1min after originally posted -- Just did this on my linux box and it works :)
-
Have you tried the command:
service mysqld start
I haven't had to start mysql on my Linux boxes in a long time and IIRC, I've used this before and it works.Last modified: 1min after originally posted -- Just did this on my linux box and it works :)
when i tried: service mysqld start message appeared: mysqld: unrecognized service
-
when i tried: service mysqld start message appeared: mysqld: unrecognized service
Hy Chanhan wrote:
message appeared: mysqld: unrecognized service
Sounds like it cannot be found.
-
Hy Chanhan wrote:
message appeared: mysqld: unrecognized service
Sounds like it cannot be found.
I want to ask you one question. why my webserver run so slow till error, it can't display my pages. what is wrong with server? please tell me and give me the solution. Thanks you so much, PaulC1972 HY CHANHAN
-
I want to ask you one question. why my webserver run so slow till error, it can't display my pages. what is wrong with server? please tell me and give me the solution. Thanks you so much, PaulC1972 HY CHANHAN
Hy Chanhan wrote:
why my webserver run so slow till error
Not sure, could be a variety of things.