Search
 
SCRIPT & CODE EXAMPLE
 

SQL

enable mysql remote connection to two specific ip address

GRANT ALL ON database_name.* TO user_name@'ip_address' IDENTIFIED BY 'user_password';
Copy
Comment

enable mysql remote connection to two specific ip address

GRANT ALL ON dbname.* TO foo@'10.8.0.5' IDENTIFIED BY 'my_passwd';
Copy
Comment

PREVIOUS NEXT
Code Example
Sql :: sql count return 0 if no rows 
Sql :: Uncomment listen_address=localhost 
Sql :: sql server split string and insert into table select 
Sql :: can we rollback data that are deleted using DELETE 
Sql :: why we have to set the password for my sql server 
Sql :: Fatal error: Uncaught mysqli_sql_exception: Unknown or incorrect time zone 
Sql :: sqlcl format 
Sql :: create synonym for dblink in oracle 
Sql :: low level operator in dbms 
Sql :: Time difference in hh:mm:ss 
Sql :: añadir clave foranea mysql 
Sql :: mysql workbench cannot find password 
Sql :: valadate mysql 
Sql :: druid sql list all tables 
Sql :: tsql For XML Path('), TYPE).value 
Sql :: modulous in sql 
Sql :: mysql load data infile default file location 
Sql :: SQLServerException.makeFromDatabaseError 
Sql :: sql convert 
Sql :: for each row trigger postgresql 
Sql :: USING THE NOT CONDITION IN SQL 
Sql :: pastashoppen 
Sql :: suse status MySQL 
Sql :: coursera spark sql max count 
Sql :: c# sql transaction multiple connections 
Sql :: Enable outgoing remote MySQL access 
Sql :: django mysqlclient connection string 
Sql :: how to reset AI in sql 
Sql :: vs 2019 connect to local mysql database 
Sql :: Perfect solution if some records deleted for LAST_ID 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =