baultone
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WP-Admin not working anymore – please help!from your public_html folder click on wp-config.php file and from the memnu icon click on edit. It will open the file in editing mode.
Look for these codes:// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wpec’);/** MySQL database username */
define(‘DB_USER’, ‘root’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘Your password’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
———————————————————You can see the database name on your wp-config file write it down and delete the file.
Perform a fresh installation and use the same database name and database password.
** After deletion of the wp-config.php than just browse your domain in your browser. It will run the setup automatically.Forum: Installing WordPress
In reply to: WP-Admin not working anymore – please help!I was talking about your old host wp-admin folder. Just delete the wp-config.php and re install wordpress using same db details. if you miss any data than go to phpmyadmin and import database from your desktop.
you will be fine.Forum: Installing WordPress
In reply to: WP-Admin not working anymore – please help!Basically most web host offer free data transfer and they are more professional than a normal user. you may ask them to transfer your site providing with the old server log in Detail.
you may could also export your data via WordPress xml export feature and delete your wp-config.php file and run a fresh setup. Then import the xml file that you have previously exported to your local hard drive. Just re upload the wp-content/uploads dir for you images and any uploaded data to re link automatically.