Did you check if the table prefixe in wp-config is same as per your database..
To check the table prefix of your database go to phpmyadmin.
Click on your database and expand it If you notice in following image , you will find out that all the table have prefix “wp_” .. so that means in your wp-config this should be the setting
$table_prefix = ‘wp_’;
else if you see some thing else in phpmyadmin , then you can replace wp_ in above setting as per your database
Please let me know if this fixes your problem
Related Posts:
- Import live site to local setup without access to live site
- Connect to a remote database for wordpress in my own hosting server
- Problem migrating to localhost
- Design problems when exporting remote database for local development
- How to re-connect WP files in lampp/htdocs to new SQL database to recover site under development
- Does WordPress Support Using Named Pipes on the Windows Operating System?
- Can I connect WordPress website with an external database?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Please explain how WordPress works with MySQL character set and collation at a low level
- Connect to database using wordpress wp-config file
- Connect to remote database using Localhost install
- Best way to move live site local
- Have multiple local wordpress installs share a wp-content folder and database
- Accessing two databases
- Custom DB_COLLATE (collation) value not working on fresh install?
- Connect to live db whilst working locally
- No wp-config.php file on local install of wordpress – site still displays
- Why can’t I swap a DB in a WP install? [closed]
- Can I have multiple database users within WordPress?
- Error establishing a database connection on Installation
- Moving WP from local server to live, error establishing a db connection
- Moving online website to MAMP or dumb idea?
- Moving minor updates between local and live sites – just database?
- Difficulty importing my live site to local
- Switching Databases in LocalHost
- Localhost to Staging to Development Dynamic WP-CONFIG
- How to share plugin created database tables between two WordPress sites
- Is my way to change WordPress server is correct?
- Can local WordPress installs share /wp-content/ folder and database?
- how to encyrpt DB_PASSWORD in wp-config
- How to transfer from localHost to live but use the already existing database on the server?
- Image link issues after importing a database backup to my local web server
- Installing local to live WP into subdirectory
- $post->id vs $post->ID problem after using WordPress config bootstrap
- Database migration issues – Error #1046 No database selected
- Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment
- Cloning blog to localhost via WAMP
- Getting WordPress to work inside a rails 3 application
- Can two domains use the same database?
- WordPress keeps redirecting to localhost
- New installation fatal error in 5.9.3 at edit or create entry
- Recovery – Restore Database after moving folder location locally
- Error establishing a database connection with XAMPP
- Duplicate database to roll back theme & content changes
- Search and Replace in Windows XAMPP site
- Confused over wp-config.php and ‘database user + database password + name’
- Locally installing wordpress. Database problem
- I have my full special database from xampp how can i use this on wordpress?
- execute custom function on database connection error
- I have include wp-config, should I add global $wpdb also?
- Can’t Install WordPress (local) Failed to open file wp-includes/wp-db.php
- Issue “Error establishing a database connection” problem.
- Local Content different from Remote Content
- How can I work on a database along side a client?
- Restoring .sql backup results in “Error establishing a database connection”
- /var/run/mysqld/mysqld.sock
- DB access blocked when initializing WP externally
- How to use remote db tables in current config? [duplicate]
- Trying to edit a WP site locally using MAMP
- Multiple Address In WP-Option Value
- ERROR: “Table Prefix” must not be empty
- Theme Options – localhost to new url
- wp-config was suddenly updated
- Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
- Syncing local content with development / staging sites
- Export WP database for import using WP-CLI on Vagrant Box
- Showing content from another wordpress installation database in the page template loop?
- Why is $wpdb->get_results failing on certain tables but not others (which have data)?
- How to correctly add a table to the WordPress MySQL database
- Help running a MySQL query to update all wp_#_options tables in a Multisite install
- Is it safe to convert tables from MyISAM to InnoDB?
- How do I properly update the WordPress database password?
- wpdb_prepare with multiple or condition
- $wpdb->insert is not working
- WordPress Install and Database on separate hosting?
- Moving a site from a temporary domain to the live domain [duplicate]
- What is this in my tables
- WP get stuck with a query on MySQL when the site is resumed
- How to move the WordPress site Layout from test site to Production site?
- Retrieve data from the database to table such as comments in the admin control panel
- Need to store custom user information (many-many relationsips), preferably not as user meta
- charset problem with new custom table
- Which data is written and stored in the database when read-only (non-posting, non-commenting) users visit the site?
- Cannot restore wordpress database from sql dump [closed]
- WooCommerce: remove sample & dummy data
- Is database deleted on clicking “reinstall” button in WordPress updates?
- I cannot find the difference between these wp_capabilities values in wp_usermeta
- Will memcached improve performance with WP Super Cache already running?
- WordPress site migration – locked out of admin area
- Working locally with remote DB not working with multisite
- How do I quickly move between 2 local installations and keep them in sync?
- Db connection problem on Azure Since database moved on CLEARDB
- How to get specific table by current user login
- $wpdb not working
- Activating theme in local MAMP installation results in HTTP ERROR 500
- Simple email input store in database
- Upload wordpress from localhost to 000webhost
- Query a meta key using an array of values where the database value is a string