WordPress manually installed on a remote server

Do this.

  1. upload fresh wordpress on your remote server or install it from the cpanel.

  2. then create a database.

  3. then export all the table and data from the local database and import it in to the remote database (if the tables is exist in remote database then drop it.)

  4. then go to the tabel wp_options and find the ‘siteurl’ and change the url to your remote url and then find ‘home’ and change the url to your remote url

  5. then you have to change database name, username, password, and host in wp-congif.php file.

  6. now upload all you themes and plugin in the fresh wordpress on remote server.

now run the live site.

if wordpress ask you to update the site then do it. it will not affect to your data.
thats it.