Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ubuntu mysql cannot connect to database server remote

1. sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf
2. Press CTRL + W and search for bind-address
3. comment out the line by adding # before
4. save the file
5. sudo service mysql restart
Comment

PREVIOUS NEXT
Code Example
Sql :: list all columns in a table sql 
Sql :: incorrect string value: mysql 
Sql :: remove binlog mysql 
Sql :: select all except one column sql 
Sql :: mysql find missing values 
Sql :: Suse Linux restart MySQL 
Sql :: order by sql 
Sql :: where date in datetime mysql 
Sql :: mysqldump: Got error: 1045: Access denied for user 
Sql :: sqlite3 show columns name 
Sql :: mysql update row 
Sql :: mysql add to number 
Sql :: mysql query first character 
Sql :: drop index oracle 
Sql :: flask sqlalchemy filter multiple conditions 
Sql :: show slave status mysql 
Sql :: copy postgres table from one schema into another 
Sql :: CONCAT_WS() concat function we can use for adds two or more expressions together with a separator or delimeter. 
Sql :: plsql triggers 
Sql :: date_part mysql 
Sql :: cheatsheet for sql 
Sql :: cannot drop database because it is currently in use 
Sql :: SQL Modify Column in a Table -MySQL 
Sql :: run mysql file in terminal 
Sql :: alter table id autoincrement 
Sql :: string to sql timestamp 
Sql :: oracle pagination query offset 
Sql :: mysql count number of occurrences in a column 
Sql :: read all columns of a table sql 
Sql :: mysql connection w3 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =