how to create mysql password in wamp

Amgad muhammad
Amgad muhammad
8.7 هزار بار بازدید - 8 سال پیش - Commands used-----------use mysql;update userset authentication_string=password('your_password')where
Commands used
-----------

use mysql;

update user
set authentication_string=password('your_password')
where user='root';

FLUSH PRIVILEGES;
quit
-----------------------------------------------------------------------------
8 سال پیش در تاریخ 1395/02/11 منتشر شده است.
8,719 بـار بازدید شده
... بیشتر