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