PHP

The database backup is a most important task for every web developer. Regular database backup prevents risk to lose the data and it helps to restore the database if any issue occurred. So, backup the database whenever possible is a good idea. There many wa...

By: CodexWorld Feb 8, 2018

Remote access will allow you access MySQL database from another server. This access is helpful when you want to connect multiple databases hosted on different server. For security reason remote access to MySQL database server is disabled. You need to enabl...

By: CodexWorld Sep 12, 2016

Are you have a project on your local server? And want to upload it on the live server? Then you need to create the database on the server. This tutorial describes the process of creating database and tables on the server in cPanel.

By: CodexWorld Nov 25, 2015
PHP

It is very time-consuming to delete records one by one from a large amount of data in the list. We can make it easier by deleting multiple records at once. With the bulk delete feature, you can make the large data list user-friendly by allowing the user to...

By: CodexWorld Jul 6, 2023
keyboard_double_arrow_up