WILT

What I learned today

Nervously dipping my toe into MySQL

So when I built my site, I copied and pasted commands from an online guide to get WordPress all set up on my Virtual Private Server. I’ve been thinking of what to do next with the VPS and Linux. One thought that popped into my head was to see how I could host more sites than just my own on my server. The whole point of a VPS is to host more than one site vs just using a WordPress hosting service. This meant that I actually needed to learn what all those commands I pasted off the internet did… It also took some understanding of just what WordPress is and how it works. I knew I was running Apache but beyond that, it was just all kind of magic about how it works. After spending some time reading I got to the point where I understood the broad strokes of how to add a second site. It’s a nice mix of messing with Apache, creating a new MySQL database, and configuring and new WordPress installation. Easy right? Well in my haste to get WordPress installed the 1st time I may have copied a few ‘<your password>’ without ever entering a password. In a sense, my password was <yourpassword>. Today I decided to fix that. I had to edit my MySQL database from the command line. It’s not a very inviting process for someone with zero experience. Long story short I got it figured out because I didn’t break my site and my password is no longer <your password>.

WILT – All about word press

Well I started to dig into WordPress and started to build out my site. I kinda got the 1st page done. On mobile it shows a button to get the menu to go to another page. It took an hour and a half to change the button to black. So next time you see that button please take a moment to appreciate that its black. I also learned how to move a domain name to a cheaper register. It’s an involved process with some security checks but I guess that’s a good thing as you wouldn’t want some one stealing your domain. The basic steps are unlocking the whois, then start the transfer on the current register to get an auth code. Then you get a auth code that need to be put in to the new register. All that’s left is to wait, sometimes it can take day. In my case it was about 4 hours.