Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Choose another name besides root : USER « User Permission « SQL / MySQL
SQL / MySQL
User Permission
USER
Choose another name besides root
UPDATE user SET user =
'myroot'
WHERE user =
'root'
Related examples in the same category
1.
USER() for current user
2.
Create view for users
3.
Execute a SELECT statement similar to the following to view how that user is listed in the user table
4.
Use a SELECT statement to view information about that user account
5.
Use SELECT statement to view the user account information that is added to the user table
6.
Determining the Current MySQL User
7.
Find the name of the current SQL user.
8.
To delete the account instead
9.
Allows logins only from the local network