I have well designed wordpress site in localhost, how to upload the database? I want to upload this site form localhost and without any change in design and database. Can you share experience? Note:
you will need to get yourself a good ftp program, something like ws-ftp pro or winscp both great to work with. Then you will need to export the sql database and structure and then copy and paste that into your newly created database you have on your site. once you've done that use the ftp program to connect and upload. most of the time files go into a public_html folder to be served off of a server. if it is a windows hosting solution then place them in the www folder. make sure to set the absolute paths correctly when uploading to the server. they no longer hold the variables of your localhost
you can upload you html files and database files both to your server ,for this you have to upload html files by any ftp software and then make a data base in your server and upload your data base backup to that data base account , after that your site will work same as local host . if you need any help in this installation pm me any time Ali baba
Uploading your database may be a trickier job. Try exporting the SQL queries from your local database & execute them to your online database.
phpmyadmin can be a great tool for beginners if you can install it and have access to the /var/lib/mysql/ folder, try downloading the bin files
For the files use a ftp client like filezila you can find it easily at www.filezilla-project.org/ For cloning the databae use PHPMyAdmin. Usually PHPMyAdmin is given by your web hosting provider