Credit Card Blog & Article Area
Blog Post Date: May 24, 2006
What does the following have to do with website marketing?
I came into the office early today to get some catch up work done.
My websites aren't showing up at all, however I am able to see the rest of the internet.
As I've mentioned, I am taking on the task of learning linux in order to understand what goes into website marketing etc.
I have to find the following things in my Linux book and online.
To the average marketer, this geek stuff is painful.
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu--
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 6428 15096 110632 165040 0 0 5 3 4 0 2 0 97 1
I HAD TO STOP AND START THE HTTP SERVER
Start and stop the http server:
/etc/rc.d/init.d/httpd start
/etc/rc.d/init.d/httpd stop
The I got an error message that I had to many mysql connections open. error 1420 (What the heck does that mean?)
To stop and start MySQL, run:
/etc/rc.d/init.d/mysqld stop
/etc/rc.d/init.d/mysqld start
NOTE: Accounts created before July 7th, 2003 will need to use:
/etc/rc.d/init.d/mysql stop
/etc/rc.d/init.d/mysql start
I attempted to stop the mysql server however i got an error message that it couldn't let go of threads or some such thing. I need to post all of the error messages!!
Finally I rebooted my mysql server, and magically it all worked.
I understand that you're never supposed to reboot linux, however, I'm sure I'll spend a saturday figuring out exactly what happened today.
I love learning linux AND website marketing!
Articles from May 2006
More articles from Year 2006
Comments (1)
See Related Blog Posts:
;
|