If you are using ubuntu
, you have to use the following steps to avoid this error(if there is no replication enabled):
- run the command
vim /etc/mysql/my.cnf
- comment
bind-address = 127.0.0.1
using the # symbol - restart your mysql server once.
Update
In Step 1, if you cannot find bind-address
in the my.cnf
file, look for it in /etc/mysql/mysql.conf.d/mysqld.cnf
file.
Update in case of MySQL replication enabled
Try to connect MySQL server on IP
for which MySQL server is bind in ‘my.cnfinstead of
localhost or 127.0.0.1`.
Related Posts:
- Access Denied for User ‘root’@’localhost’ (using password: YES) – No Privileges?
- Cannot add or update a child row: a foreign key constraint fails
- How to make MySQL table primary key auto increment with some prefix
- MySQL error 2006: mysql server has gone away
- sql query with multiple where statements
- Cannot delete or update a parent row: a foreign key constraint fails
- Syntax error due to using a reserved word as a table or column name in MySQL
- MySQL root password change
- Installation of MySQL for Visual Studio 1.2.8 failed
- How do I import an SQL file using the command line in MySQL?
- #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
- Authentication plugin ‘caching_sha2_password’ cannot be loaded
- Select from multiple tables without a join?
- SQL Query Where Field DOES NOT Contain $x
- How to join two tables by multiple columns in SQL?
- How to get size of mysql database?
- Is there an SQLite equivalent to MySQL’s DESCRIBE [table]?
- SQL – Update multiple records in one query
- MySQL Error 1093 – Can’t specify target table for update in FROM clause
- mysqladmin: connect to server at ‘localhost’ failed
- mysql update multiple columns with same now()
- Usage of MySQL’s “IF EXISTS”
- Simple Random Samples from a Sql database
- Generating a random & unique 8 character string using MySQL
- MySQL > Table doesn’t exist. But it does (or it should)
- SQL select only rows with max value on a column
- Trying to perform MINUS operation in MySQL
- Getting java.sql.SQLException: Operation not allowed after ResultSet closed
- phpmyadmin #1045 Cannot log in to the MySQL server. after installing mysql command line client
- MySQL config file location – redhat linux server
- How to create a foreign key in phpmyadmin
- Can’t create test file lower test start server mysql
- MySQL delete multiple rows in one query conditions unique to each row
- Create boolean column in MySQL with false as default value?
- SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known
- Is there a naming convention for MySQL?
- CAST to DECIMAL in MySQL
- Is merge statement available in MySQL
- GROUP_CONCAT comma separator – MySQL
- Failed to Connect to MySQL at localhost:3306 with user root
- How do you properly prepare a %LIKE% SQL statement?
- Set page template for all pages?
- SQL query to update post_date (one post = one single date & time)
- My WordPress site always displays a cached version of its homepage
- How to copy post titles to post slug in phpmyadmin
- If I consider changing my WordPress DB tables to InnoDB, will it have an effect on the way WordPress works?
- Proper way to work with wpdb to get user’s firstname
- Inserting Hundreds of Thousands of Posts at Once
- wp_admin edit.php slow with lots of queries
- Database: Custom table: sprintf value for DateTime column
- can database and media folder be moved to a different drive?
- What is the most secure way to set up the MySQL user in WPMU?
- WP_USE_EXT_MYSQL
- Distinction on meta value on pre_get_posts
- How to get data from WordPress site sql file
- WordPress with php5-fpm and nginx
- MySQL Rank & $wpdb
- WordPress post_status is future, manually added
- How are multiple WordPress WPDB queries handled?
- $wpdb to insert html form information
- Proper usage of $wpdb->update()?
- Regarding “Insert query error” in wordpress
- MySQL 5.5 upgrade ‘broke’ WordPress [closed]
- WordPress plugin overloading with tmp tables
- Site not responding error – taking long to load [closed]
- What should a WordPress developer know about MySQL? [closed]
- Copyright: Get first and last date of post type
- WordPress(wpdb class) and mysql stored procedures
- WordPress plugins for database queries
- WordPress doesn’t display accents after migration
- WordPress $wpdb get posts from category and sort by custom meta
- Replace a character in all post titles and slugs
- Understanding custom php that reads from WP MYSQL
- $wpdb->get_var multiple queries in one database check
- List users with the most posts in the last 30 days
- Way to extract wordpress data from folder backup
- Data is not constatntly loading from custom wordpress table
- Mysql Server keeps crashing
- when using $wpdb sudden connection rejection without changing anything. Access denied, with errors from repair tool
- How to search usermeta table
- How to add virtual column in wpdb get_result statement
- PHP Warning: mysqli_error(): Couldn’t fetch mysqli in
- I want to share local developement and staging DB — Is this very smart or very stupid?
- Extract all users along with yoast metadata description
- WordPress asks to install, but is already installed?
- Mysql Error in querying form entries in Gravity Form plugin
- Deleting a table row through query
- An SQL query to find orphaned image attachments and their meta
- Weird characters displayed when importing WordPress MySQL db
- Simple SQL Query in wordpress
- MySQL errors after a WordPress clone
- optimise SQL wordpress call
- problem with quotes on new post
- WP_Query with LIKE returns strange query
- Initialization of table in database using ‘CREATE … IF NOT EXISTS’
- mysqldump throws: Unknown table ‘COLUMN_STATISTICS’ in information_schema (1109)
- How do I load a sql.gz file to my database? (importing)
- How to find source of these strange SQL queries?
- Batch Replace URLs in WordPress Database
- How to reduce uncached page generation time?