Jump to content
  • 0
Jin Freecs

vps linux

Question

Can anyone please help me with my prob? Who among here knows the command in linux coz restart my vps using this command "sudo reboot" but before i restart it my svn is working fine but after the reboot and try to run my svn i can't connect anymore to mysql also my CP can't connect to mysql. i tried to use this command line "/etc/rc.d/init.d/mysqld start <---- start the sql" "/etc/rc.d/init.d/mysqld restart <----- restart" but still no luck. anyone knows? what is my vps problem???? sorry for the noob question im very new to this LINUX thing

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

use:

top

or

ps -xa 

to see the processes running.

I think the mysql service is not started:

use this :

service mysql start

or

service mysqld start

Link to comment
Share on other sites

hmm,

1.Which OS are u using?

2.Did you check if after starting rathena ... you can see them in the process manager-If they are really running.

3.If 2nd is yes then you must be blocking the ports.you have to stop the services which is blocking them.Probably the iptables service

  • Upvote 1
Link to comment
Share on other sites

Linux i just restart my vps and after that i can't connect anymore to sql. sorry for the short explanation im just new to this linux environment and i tried to run the netstats and i saw TIME_OUT

tcp 0 0 ********:mysql **************:60164 TIME_WAIT -

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.