मेरे और "5.7.11 MySQL कम्युनिटी सर्वर" के लिए काम किया:
use mysql;
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root';
मुझे 'प्लगइन' फ़ील्ड को भी बदलना पड़ा क्योंकि इसे 'auth_socket' पर सेट किया गया था।
उसके बाद मैं mysql -u root
. के रूप में जुड़ सकता था पासवर्ड के बिना।