MySQL Tutorials

MySQL





Basics
MySQL Keywords
How to Create a Variable that Stores Money in MySQL



PHP & MySQL
How to Connect to a MySQL Database Using PHP
How to Create a MySQL Table Using PHP
How to Select a Table from a MySQL Database
How to Check if a MySQL Table Exists Using PHP
How to Show All Tables of a MySQL Database Using PHP
How to Delete a MySQL Table Using PHP
How to Rename a MySQL Table Using PHP
How to Add a Column to a MySQL Table Using PHP
How to Add a Primary Key to a Column of a MySQL Table Using PHP
How to Make a Column of a MySQL Table Unique Using PHP
How to Rename a Column of a MySQL Table Using PHP
How to Delete a Column of a MySQL Table Using PHP
How to Set the Default Value of a Column of a MySQL Table Using PHP
How to Drop the Default Value of a Column Of a MySQL Table Using PHP
How to Modify the Defintion or Data Type of a Column of a MySQL Table Using PHP
How to Insert Data into a MySQL Table Using PHP
How to Delete a Row of a MySQL Table Using PHP
How to Delete All Rows of a MySQL Table Using PHP
How to Insert Data Into a Table of a MySQL Database From an HTML Form Using PHP
How to Update a Value in a MySQL Table Using PHP
How to Get the Sum of All Rows of a Column of a MySQL Table Using PHP
How to Get the Average of All Rows of a Column of a MySQL Table Using PHP
How to Get the Minimum Value of a Column of a MySQL Table Using PHP
How to Get the Maximum Value of a Column of a MySQL Table Using PHP
How to Copy a Table Definition in MySQL Using PHP
How to Limit the Number of Rows Returned from a MySQL Table Using PHP
How to Perform Arithmetic Across Columns of a MySQL Table Using PHP
How to Concatenate Column Values in MySQL Using PHP
How to Return Random Rows from a MySQL Table Using PHP
How to Find Null Values In a MySQL Table Using PHP
How to Show the Structure of a MySQL Table Using PHP
How to View User Privileges of a MySQL database Using PHP
How to Display a MySQL Table of a Database using PHP
How to Display a MySQL Table Without Duplicate Entries Using PHP
How to Find the Number of Rows in a MySQL Table Using PHP
How to Sort a Field of a MySQL Table in Ascending Order in PHP
How to Select Specific Columns from a MySQL Table Using PHP
How to Display Certain Fields of a Table in MySQL Using PHP
How to Select a Specific Row of a MySQL Table Using PHP
How to Insert Images into a MySQL Database Using PHP
How to Insert Videos into a MySQL Database Using PHP
How to Insert Files into a MySQL Database Using PHP
How to Create a Video Manager Using PHP & MySQL
How to Create a Searchable Database Using MySQL and PHP
How to Search a MySQL Table For Any Word or Phrase Using PHP
How to Create a Send Email Form Using PHP and MySQL
How to Create a Newsletter from Scratch using PHP and MySQL
How to Create a Website Comment Box Using PHP, MySQL, and AJAX
How to Load a CSV File Into a MySQL Table Using PHP


Python and MySQL
How to Install MySQL in Python 3
How to Connect to a MySQL Database in Python
How to Show All Tables of a MySQL Database in Python
How to Count the Number of Rows in a MySQL Table in Python
How to Print Out All Rows of a MySQL Table in Python
How to Rename a MySQL Table in Python
How to Add a Column to a MySQL Table in Python
How to Insert Data into a MySQL Table in Python
How to Delete a Row of a MySQL Table in Python
How to Delete All Rows of a MySQL Table in Python
How to Update a Value in a MySQL Table in Python
How to Delete a Column of a MySQL Table in Python
How to Copy a Table in MySQL Using Python
How to Copy a Table Definition in MySQL Using Python
How to Compute the Sum of All Rows of a Column of a MySQL Table Using Python
How to Compute the Average of a Column of a MySQL Table Using Python
How to Get the Minimum Value of a Column of a MySQL Table Using Python
How to Get the Maximum Value of a Column of a MySQL Table Using Python
How to Perform Arithmetic Across Columns of a MySQL Table Using Python
How to Concatenate Column Values of a MySQL Table Using Python