
Sometimes you may need to check if column is empty or null in MySQL. Here are the steps to do it.
Sometimes you may need to add auto increment id to existing table in MySQL. Here are the steps to do it.
Often database administrators need to uninstall MySQL completely in Ubuntu. Here are the steps to completely remove MySQL in Linux.
Sometimes you may need to view MySQL query locking table. Here is how to view query that is locking MySQL tables.
Sometimes you may need to select by string length in MySQL. Here are the steps to select by character length.