On Mon, Jul 22, 2013 at 7:28 PM, Baskaran R <[email protected]>wrote:

>
> > Dear Friends,
> >
> > I need some information regarding my doubts in wordpress website.
> >
>
>
> Step 1: Zip your wordpress directory
>
> Step 2: Export your local wordpress database via PHPMyAdmin
>
> Step 3: Upload your wp zip file using cpanel filemanager and Extract the
> zip to root(public_html - If you pasted in this folder means you can access
> your site eg: http://www.yourdomain.com) directory or some other
> directories.
>

Thanks Baskaran for the help. I did as you mentioned. I am confused at just
one point:
I uploaded the Zip file on cPanel and then extracted it but it extracted in
as another folder called as wordpress means not all files on
*public_html. *It's
in a folder (public_html/wordpress). I am not able to access my website
might be because of this issue. Should I need to move all file to *public_html
*from *public_html/wordpress? *Please help me in this.


> Step 4: Create a database and database user in Mysql database then import
> your local database through phpmyadmin
>

I created a database and database user in MySql (on cPanel) and imported my
DB file via phpmyadmin. It's done.

>
> step 5: Now goto your wp directory and edit database name,database
> username/password in wp-config.php and save it
> Now check your site URL.
>

I changed below mentioned fields in *wp-config.php *file:

define( 'WP_HOME', 'http://www.mydomain.in')
define( WP_SITEURL', 'http://www.mydomain.in')

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'abc');

/** MySQL database username */
define('DB_USER', 'peter');

/** MySQL database password */
define('DB_PASSWORD', 'xyz');

/** MySQL hostname */
define('DB_HOST', 'mydomain.in');

I am confused in MySQL hostname (last mentioned field), what to write there?

Please help me. Also help me in my other issues.

Thank you in advance.

>
>

-- 
*Regards,
Sahil ModGill*
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to