MySQL count function
MySQL count function The COUNT() function returns the number of rows that matches a specified criteria. COUNT function to count the
Read moreMySQL count function The COUNT() function returns the number of rows that matches a specified criteria. COUNT function to count the
Read moreMySQL MIN() and MAX() Functions The MIN() function returns the smallest value of the selected column and the MAX()
Read moreMySQL UPDATE Statement The UPDATE statement is used to modify the existing records in a table. UPDATE Syntax: UPDATE tablename SET col1 = val1, col2 = value2, …
Read moreMySQL where condition WHERE Syntax SELECT column1, column2, … FROM table_name WHERE condition; Note: The WHERE clause is not only used in SELECT statement,
Read moremysql : create database and table
Read moreMySQL Server Logs MySQL Server has several logs that can help you find out what activity is taking place. By
Read moremysqld dead but subsys locked Backup for future Safety: cp /var/lock/subsys/mysqld /root/mysqld than delete it rm /var/lock/subsys/mysqld then close all
Read moreCreating and Selecting a Database If the database administrator creates your database for you when setting up your permissions, you
Read moreFrom phpMyAdmin, select the database you want to select. In the tabs there’s one called Operations, go to the rename
Read more