Search
 
SCRIPT & CODE EXAMPLE
 

SQL

change authentication plugin from auth_sock to mysql_native_password for a specific user

mysql> UPDATE mysql.user SET plugin = 'mysql_native_password', authentication_string = PASSWORD('changeme') WHERE User = 'root';

mysql> FLUSH PRIVILEGES;
Comment

PREVIOUS NEXT
Code Example
Sql :: group_concat only returns one row 
Sql :: implizite joins sql 
Sql :: restore backup 
Sql :: opensuse status MySQL 
Sql :: how get data from database if id not found then search another column 
Sql :: amount to words oracle Function 
Sql :: mysql update sequence with order by 
Sql :: watch mysql command line 
Sql :: MySQL Min And As 
Sql :: PL-SQL: mm-dd for subqueries and different columns 
Sql :: grant privileges when craeting a user 
Sql :: oracle tablespace owners 
Sql :: rails sql query converstion 
Sql :: sql interview query questions 
Sql :: what is database username and password in mysqliconnect 
Sql :: check records older than 10 days 
Sql :: create bakupd database sqlserver 
Sql :: list column names of multiple tables psql 
Sql :: download sql file of countries names 
Sql :: findAllBy 
Sql :: odata expand and $select only column values 
Sql :: psql commande gset 
Sql :: connecting to my cloud sql server with c# 
Sql :: select all fields from table 
Sql :: mamp find mysql port number mac 
Sql :: apex call duration 
Sql :: learn sqlite dart 
Sql :: postgres grep entire database 
Sql :: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement 
Sql :: SQL Backup Only New Changes in SQL 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =