6 lines
85 B
MySQL
6 lines
85 B
MySQL
|
/*15. How to rename a user.
|
||
|
*/
|
||
|
|
||
|
|
||
|
rename user amit@localhost to sumit@localhost;
|