Results 1 to 2 of 2
Ok, im not going to lie im a complete noob when it comes to Linux
But ive bought a VPS with Centos on it, as i need it to run ...
- 06-28-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
Install problems of LAMP on a VPS with Centos 5 [noob]
Ok, im not going to lie im a complete noob when it comes to Linux
But ive bought a VPS with Centos on it, as i need it to run some of my game servers.
The game server needs a panel that has Curl support, ssh2, and LAMP Installed on it.
So i need to do that, and ive tried it myself before but i do get errors that i cant seem to solve no matter how much searching i do.
Before, i got stuck at mysql.
When i tried to login into it via the ssh console or do anything with it i got this error
i modifyed the root at localhost becuase it said it was a link >.<ERROR 1045 (28000): Access denied for user root(at)localhost (using password :NO)
I tried logging in, and all kinds of other things. Nothing worked and i kept on getting that error.
So right now my VPS is sitting there, with no ticket replied, I would LOVE to get my panel up by tonight.
Can someone please walk me through installing LAMP on Centos via ssh.
I have familiarity with game scripting and engine coding, so im not a complete computer noob, but when it comes to servers i am completly clueless x[
I would also like to set up mysql, php and apache with webmin when i am done.
If anyone here can help me that would be great and i would appreciate it alot
- 06-29-2009 #2
Well, Installing isn't a big deal.
All you have to do in 'yum install'
I guess you have installed the required packages. (like httpd, php, mysql, mysql-server, php-mysql)
First....
Have you set root password for mysql?
then login with new passwordmysqladmin -u root password 'new-password'


Reply With Quote
