RSS:
Publications
Comments

Category Archives: SQL

MySQL Server Has Gone Away problem solved

I was just looking at RobsNotebook.com and came across a really good solution to a common problem with WordPress. Lately, I have been getting a lot of error messages on my blog that said “MySQL server has gone away.” I looked through the Godaddy support forums hoping to find a solution. Unfortunately, I did not. [...]

Things to Know Before You Graduate – For Computer Science Majors

As a computer science major, there are many things you should know before you graduate. To land a job, it is important that you have a broad base of knowledge when it comes to computer science. Below, I have compiled a list of some key things to know before you graduate. By the way, these [...]

SQL Statements – Create a database

As mentioned in earlier posts, SQL is an extremely important part of web development. Below is instruction on how to create a database in SQL. This is based on a Linux MySQL DBMS, but it should work (or be very similar) on other versions of SQL as well. Log in to MySQL by typing: mysql [...]