16.09.2013, 16:24
I have installed my server in vps with Grand Larceny script. Now i have uploaded my script but don't know how to restart the console.
Can some one help me?
Can some one help me?
Type: top
// wait 1-2 seconds and when samp03svr is first (being able to see its ID)
Press: Q
Type: kill ID_HERE
// The ID is at the left side when you type "top", the id of samp03svr
Type: cd samp03
// NOTE: Actually do cd path_for_samp03_folder (depending on where you added the server package)
nohup ./samp03svr &
yum -y install mysql-devel mysql-server
Originally Posted by Mark™
Follow these steps as mentioned.
1) /etc/init.d/mysqld stop 2) mysqld_safe --skip-grant-tables & 3) mysql -u root 4) Setup new MySQL root user password use mysql; update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root'; flush privileges; quit 5) Stop MySQL Server: /etc/init.d/mysqld stop 6) Start MySQL server and test it: mysql -u root -p |
service mysqld start