×
☰ See All Chapters

PHP MySQL

Before PHP version 5.5, mysql interface was used by PHP to work with MySql database. mysql interface is deprecated in version 5.5 and introduced mysqli interface, it means MySQL Improvement extension. This MySQL improved extension, was developed to take advantage of new features found in MySQL systems versions 4.1.3 and newer. The mysqli extension is included with PHP versions 5 and later.

MySQL Installation

For installation details, go to: https://www.java4coding.com/contents/jdbc/mysql-installation

MySQL Workbench

To understand MySQL workbench go to: https://www.java4coding.com/contents/jdbc/mysql-workbench

Basics of SQL

To learn basic of SQL go to: https://www.java4coding.com/contents/jdbc/basics-of-sql

 


All Chapters
Author