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
- What is an ORM, how does it work, and how should I use one? [closed]
- What is the difference between an ORM and an ODM?
- What is this JavaScript “require”?
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- What is this JavaScript “require”?
- What is “Advanced” SQL?
- What’s the difference between identifying and non-identifying relationships?
- What are the differences between B trees and B+ trees?
- MySQL SELECT increment counter
- How to resolve ORA-011033: ORACLE initialization or shutdown in progress
- Example of a strong and weak entity types
- Oracle SQL query for Date format
- phpMyAdmin – Error > Incorrect format parameter?
- Strange Characters in database text: Ã, Ã, ¢, â‚ €,
- Difference between partition key, composite key and clustering key in Cassandra?
- How SID is different from Service name in Oracle tnsnames.ora
- What is a relation in database terminology?
- Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
- Database vs File system storage
- Can I have multiple primary keys in a single table?
- Exclude Statement in SQL
- How do you query for “is not null” in Mongo?
- What is a file based database?
- Is it fine to have foreign key as primary key?
- Storing Images in DB – Yea or Nay?
- Using wpdb to connect to a separate database
- how to Optimize WordPress database for 10 million post? [duplicate]
- MySQL Database User: Which Privileges are needed?
- Why is my database import losing text widget data?
- Database synchronization between dev/staging and production
- Keeping WP database synced across multiple developers using git
- WPDB Insert or if exists Update
- Multiple developers / editors working on a site in progress
- How can I make updates to a site, on a development copy, but then move updates back without overriding live site’s evolving database?