Check that you have assigned the user/pass to the database via your cPanel. And that those credentials match what WordPress expects. Usually, the WP install process will do this for you. (I assume that you created a new WP installation, and are not trying to re-use an existing database.)
Also, you should obfuscate the URL in your screenshot…you don’t want to give out that confidential info to hackers who might be lurking, even though that possibility is remote.
Your screenshot also shows (I think) your database credentials. Again, not good. For future questions, just copy the actual error message, watching out for PII (Personally Identifiable Information; in this case: credentials, URLs, and other stuff).
Related Posts:
- Inserting Post Meta From SQL
- How to execute mulitple statement SQL queries using $wpdb->query?
- Delete duplicate rows from wordpress database where a column is duplicate in phpmyadmin
- Query WordPress database by registered date and role
- Size article thumbnails and retrieve them directly from database
- wpdb_prepare with multiple or condition
- SQL Error wp_commentmeta – incorrect table definition
- WordPress and MySQL: how to transfer Meta_key and Meta_Value from one post_id to another
- How do I get the posts within a certain year/date(with sql query)?
- Create table from array with prepare
- Why this query is not showing any result on wordpresss home page?
- Why does changing Database Table Prefixes result in loss of content?
- SQL query to set posts in bulk based on the post content
- $wpdb->get_var – What value is returned when zero records are found?
- DB prefix not updating
- I wanted to Know that how can I give ingore to 0000-00-00 in my config file
- How to create index (sql) to a meta_key?
- Delete all users meta that named: user_avatar
- Migrated to Namecheap, now Trouble with Database & wp-config [closed]
- export individual posts to text files or a single csv file
- SQL query : Select a thumbnail for a media
- why you don’t Implement PDO for access every thing to database
- SQL Query to get post_id from wp_posts and and meta_key(s) from wp_postmeta
- Deleting WordPress posts and media files based on author via MYSQL database
- MySQL Error: : ‘Access denied for user ‘root’@’localhost’
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- How do I restore a dump file from mysqldump?
- 1052: Column ‘id’ in field list is ambiguous
- 1052: Column ‘id’ in field list is ambiguous
- difference between primary key and unique key
- phpMyAdmin – Error > Incorrect format parameter?
- How to do a batch insert in MySQL
- Why is my database import losing text widget data?
- Please explain how WordPress works with MySQL character set and collation at a low level
- How to fetch Data in WordPress using MySQLi or $wpdb
- Connect to database using wordpress wp-config file
- Reset Post IDs to less than 64bit integer
- Does WordPress use the InnoDB engine for MySQL by default?
- Where are image paths to product category images stored in WordPress database
- Display data from a non wordpress database on a page template
- Why does dbDelta() not catch MysqlErrors?
- Bulk Update of Custom Post Type Post Status through SQL
- How do I add indexes to WordPress Database?
- Huge wp_options table
- what to do when your WordPress database is too large?
- Block search SQL from happening
- WordPress and automated MySQL backups to a different host
- Scheduling posts in database
- WordPress site uses MyISAM, should I switch to InnoDB necessary?
- Emojis getting converted to “?”
- Uppercase to sentence case for post titles
- WordPress database import: Row size too large
- Advanced SELECT query with condtional statements
- Error establishing database connection – high traffic?
- Bulk-create posts from SQL database
- Improve performance by removing unnecessary database queries
- Redirecting to old domain after migration website
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- How to prevent/delay MySQL connections when an object cache is used?
- Migrating from PDO using SQLite to clean new install using MySQL
- Migration: Copying database content to a different server
- Call to undefined function get_user_meta() – trying to access data in MySQL from custom fields
- Query multiple tables at once?
- Have working sql query… trying to adjust it to use $wpdb
- creating new field on mysql
- Remove empty rows from the database
- Custom WordPress Table wpdb
- Is my way to change WordPress server is correct?
- how to encyrpt DB_PASSWORD in wp-config
- How can I detect right db type?
- Delete all posts that do NOT have a specific tag
- Changing order of db results when encoding to JSON
- Files on Localhost, Database on Server
- Second ezSQL initialization for MSSQL
- Fetch a single row from a custom table for to a given ID
- Database create or redirect
- How to escape percentage sign(%) in sql query with $wpdb->prepare?
- Link multiple user databases together?
- Sql query to get all metadata for a post
- Recovery – Restore Database after moving folder location locally
- Performing CRUD operations on front end in wordpress
- Set a cron job to delete a specific database table table every midnight
- Job and Employee Performance Tracking with Product Safety
- Error establishing a database connection – WordPress setup, everything else is working
- SQL database import #1046 error
- How to import products in host instead of database on wordpress?
- I would like some help wth an SQL query to link posts with categories
- Where is the HTML-handler part in the wpdb class?
- Is there a way for two deferent themes to consume two different DB on a same WP instance?
- next comment id number wordpress
- How can i syn wordpress user table with a stand-alone php script?
- How can I get $wpdb to show MySQL warnings?
- Merging development site with live site
- WordPress Database Posts Table query
- How to extract some part of WordPress full source code
- Mysql Queries per Visit – Crazy High
- using same mysql user with many databases
- Why are my WordPress post queries so slow?
- Custom wordpress SQL statement for a website
- WordPress database connection failed, while mysql client is working [closed]