Please help;
i've uploaded my wordpress blog and followed instructions on "moving your wordpress". changed my wp-config settings using my webhost settings. they are as follows: pls see image
MySQL database managementgiven by my web host
Host Name mysql.wsiph2.com (66.33.61.96)
Port number 3306
Database name breadco_wordpress
Database users breadco_breadcom
this is what i've inputted in the wp-config.php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'breadco_wordpress');
/** MySQL database username */
define('DB_USER', 'breadco_breadcom');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxxx');(x=not revealed for security reasons)
/** MySQL hostname */
define('DB_HOST', 'localhost');
my localhost settings( the one in my pc where i installed wordpress:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxxx');(x=not revealed for security reasons)
/** MySQL hostname */
define('DB_HOST', 'mysql.wsiph2.com (66.33.61.96)');
what i did:
-i installed, tested and modified my wordpress blog in my localhost pc
-before uploading my installed files to my server, i've created my database
-configured the settings on the wp-config using my webhost server settings
-uploaded the files using cuteftp ( no hassle whatsoever)
-opened the phpmyadmin in my webserver ( theyre using v5.2.9 )MySQL 5 and found no tables in the database !
what could i have missed out?
pls help!