MySQL on Linux
MySQL is foreign to me, and this is really basic stuff, but here it is: I figured out how to access mysql on linux… mysql -h localhost -u username -p … it then prompts for the password. From there you...
View ArticleMoving a MySQL database
You just need a couple commands… ::CODECOLORER_BLOCK_5:: then… ::CODECOLORER_BLOCK_6:: This explains how to do it… http://www.clockwatchers.com/mysql_dump.html Enjoy
View ArticleAutomated IIS WordPress Installer from Microsoft
Now that I know how to do it, I'm getting fed up with LAMP as a web platform. I much prefer Windows. (What can I say? I'm a Windows guy!) And I recently stumbled into the Microsoft Web Platform...
View ArticleUbuntu to Ubuntu – Replacing a web server
So, the old web server is acting slow and I don't know why. Solution? Move to a new webserver, and upgrade to the latest OS along the way. It needs to be upgraded anyway, right?! That's what I just...
View Article