This tutorial will show you how to download Plesk backups. Follow these procedures to get a Plesk backup: Step 1. Log in to Plesk Account Step 2. Go to the Websites & Domains section. Step 3. To download a backup, go to Backup Manager and pick the backup you want to download. Step 4. Select […]
Category: database
Host.co.in KB – the knowledge base is explained step by step database essential information about the DB.
How to Reset a Forgotten Database User Password
There is a possibility of forgetting your password, which makes this kb extremely important. If you are wondering how to Set a New Database User Password If you have lost yours, take a look below. Follow the steps to Change Your MySQL User’s Password: 1. Log in to your “cPanel Account” 2. Locate the Databases section […]
How To Create A MySQL Database Connection In Dreamweaver
After setting up a MySQL user’s account and after Setting up the PHP / MySQL Site Definition in Dreamweaver now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver. Connection […]
Script For Connecting Remote MySQL DB From Local Machine
In a few circumstances, you may have to connect the MySQL Database from the local machine to the web hosting server, following is the script you can use for the same. Remember you need to have the following information with you 1. Database URL and2. Java applet – ‘com.mysql.jdbc.Driver’ – to connect it. Now you […]