Bought a site from someone and I can figure how to install the the program files but not the db files.Is there an easy way to do that if no configuring is required Can anyone point me in the right direction on how to learn how to do that
In cpanel, go to databases ->click on MySQL Databases -> Enter a name for a new database and click the create database button -> then return to the databases page -> Create a user by entering a username and password -> then return to the databases page Go down to the add User to Database section and add the user you just created to the database you just created. Typically you will want to give Select, Insert, Update, Delete Privileges unless they need administration rights for some reason. Assuming there are no errors, you should have a working database now. Your connection parameters would be the username, database and password you just created, and localhost for the host. Also, cpanl appends account names to the database name and the username, so make sure to include these. You can see the full database and username in cpanel as well, should look like account_databasename and account_username.