MySQL

phpMyAdmin – How to Connect a Remote Database?

Do you want to connect a remote server from the phpMyAdmin installed on a local or test server? This article gives the steps needed to achie ...

March 16th, 2023

How to Install phpMyAdmin on a Windows?

A guide to install phpMyAdmin on a Windows computer to connect and manage a local or remote database. ...

February 2nd, 2023

phpMyAdmin – How to Export a Database?

A 4 step guide to know how to export database using phpMyAdmin interface. ...

January 16th, 2023

phpMyAdmin – How to Import a Database?

This tutorial is to learn how to import a database via phpMyAdmin web application. ...

December 5th, 2022

phpMyAdmin – How to Create a Database?

Steps to learn how to create a MySQL database using the phpMyAdmin database client application tools. ...

November 22nd, 2022

MySQL Database Files

In MySQL database installation, a directory has a set of files that contain database metadata and data. That is the database schema and cont ...

November 28th, 2013

MySQL vs MySQLi in PHP

MySQL and MySQLi are PHP database extensions implemented by using the PHP extension framework. PHP database extensions are used to write PHP ...

October 30th, 2013

MySQL CONCAT

For MySQL, there are several inbuilt functions, that could be used while writing queries. We have seen some of them, like, MySQL datetime fu ...

August 30th, 2013

MySQL OrderBy

MySQL “ORDER BY” clause is used to order results based on a column. This clause is used in select queries to do sort by specifyi ...

July 16th, 2013

MySQL Data Types

When we see PHP data types, we have listed a set of possible types of data with which the PHP variable may be initialized. Similarly, MySQL ...

July 4th, 2013

↑ Back to Top