MySQL

#2006 MySQL server has gone away

Posted By: eligeske on in MySQL 0 Comment

TAGs:

Error message “#2006 MySQL server has gone away” coming from PHPMYADMIN.

 

MySQL query for FirstName, LastName search

Posted By: eligeske on in MySQL 3 Comment

TAGs:

How to search a MySQL database combining two fields. The example shows how to search a full name when the name is split by firstname and lastname.

 

PHP MySQL functions

Posted By: eligeske on in MySQL, PHP 5 Comment

TAGs:

PHP makes grabbing and inserting data into a MySQL database a breeze. There are many, many, ways into doing this but here is a couple of the base ways to connect, insert, query, and close connections. Also a little help with comparison and selection SQL Statements.

 

Popular post