Export Databases in MySQL or MariaDB Export databases is a basic task for all web developers when using MySQL or MariaDB. Use MySQL dump for database backup its require for […]
With PHP MySQL Query retrieve fetch all WordPress Blog categories in JSON REST API
PHP MySQL database query for fetching categories data in JSON Format. I run my WordPress website with MySQL database so need to fetch the database categories post data in […]
MySql query for fetch/ retrieve category data in WordPress with image thumbnail
MySql query for fetch WP post_id, post_title, post_date & name with using thumbnail for a particular WordPress category. WordPress also provides some methods for retrieving post data with thumbnails but […]
Create, Import and Export Database in MySQL or MariaDB by Putty
How to import, export, and create a database in MySQL or MariaDB Create a new database in MySQL or MariaDB First login to MySQL shell or MariaDB in putty using […]
Create Rest API with JSON output form MySQL Database Tables Data in PHP
Developed Simple Rest API data in array convert into JSON fetch from MySQL Database Tables. Below is code for creating JSON Array API data fetch from MySQL database. I use […]
SSH Linux Command for Putty Client – All MySQL Line commands for maintain MySQL database
How to manage MySQL user account, update records, insert records, login into SSH MySQL, and another SSH command for help to learn MySQL in SSH. List of all commands used […]