+ First, we would need to add the FTP login details in .netrc file. If this file is not present then you can create new .netrc file. Please note that the permission of this file should be 600. ——————- machine IPADDDRESS login username password password ——————- + Create a backup… Continue Reading FTP backup scipt for all the mysql databases

Introduction MySQL databases are used by many web applications to store and manage data. In cPanel, you can easily create a database, create a database user, and assign the user to the database with the required privileges. Prerequisites Implementation Step 1 Log in to your cPanel account. Step 2 Navigate… Continue Reading Create a database and the user for that database in cPanel