MySQL Reference

MySQL Enable remote access on MySQL

For instance when accessing a server using MySQL Query Browser you need to enable remote access, or you'll receive errors 1130 or 2003.

MySQL Restart MySQL

to restart mysql on Debian / Ubuntu:

MySQL Retrieving table information

assuming the table is named  pet

MySQL MySQL last insert id

In MySQL you can retrieve the value of the last auto increment field upped by an insert using the LAST_INSERT_ID() function. Example:

[x]