How to determine MySQL version
Running the SQL command … select version(); will return the MySQL version of the database. If you have phpMyAdmin, you can type it into the SQL command window… And it will return...
read moreTutorial using PHP to Query MySQL
In this tutorial, we will use PHP to query a MySQL database. For the purpose of this example, suppose we want to query the last 5 posts from a WordPress MySQL database. We will need to know the...
read morePHP to connect and query from WordPress mysql database
In this tutorial, we will learn how to write PHP to connect to a mysql database and then perform a query. For a newer tutorial, see here also. For the purpose of demonstration, the mysql database...
read moreAlternative to phpMyAdmin
phpMyAdmin is great and can do almost anything and you should learn it. However, sometimes it is overkill. In some situations, you might just need a quick alternative to phpMyAdmin that you can...
read moreInstalling MySQL database on Windows 8
This tutorial will show you how to install MySQL database on a local Windows 8 environment. For web developers who want to setup a development environment on their local Windows 8 machine for...
read moreMySQL is the most popular open source database
MySQL is a relational database that is open source and freely downloadable from MySQL.com. MySQL is can be pronounced either “My-S-Q-L” or “My Sequel”. Open source means...
read moreHow to Access MySQL Database Using phpMyAdmin
If your webhost has cpanel administration interface, then you can access the MySQL database through phpMyAdmin 1. Log into your webhost cpanel. 2. Click on the phpMyAdmin icon … 3. It may...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.