Step To Move to the Live Server:
1.Take a back up of your database in your local machine
2.Create a Database in your server and import the sql backup into the server via PHPMyadmin
3.Now you will have the database username, database name and the password. keep it carefully
3.Upload all your Files into the server.
4.Once Done with the Files. Open the configuration.php file in the Root Directory.
5.Provide your database details in the following code and save it.
var $host = 'localhost';
var $user = 'root';
var $password = '123456';
var $db = 'joomla';
6. Now you are Done.
Note: If you Find my Post useful please click on the Thanks Icon