Linux??mysql??????????????
???????????? ???????[ 2015/10/27 11:14:58 ] ??????????????
????1????????
?????????mysql????????????A?????????????B????????????????????A????????????????????????A????????B????mysql?????
????1.1 ???????A?????mysql?????????????A??mysql???????root??
????mysql -u root -p
?????????????????
????1.2 ????????B?????????????
????mysql> grant usage on *.* to username@192.168.0.1 identified by 'password';
?????????????username@192.168.0.1 ???????????????????????192.168.0.1?????username???????????????password
????mysql> grant usage on *.* to username identified by 'password';
?????????????username????????????????????????????????username???????????????password
????mysql> grant all privileges on newdb.* to username@192.168.0.1;
?????????????username@192.168.0.1 ?????????newdb?????????????192.168.0.1?????username??????????????
??????????
????mysql> grant all privileges on *.* to root@192.168.0.1 identified by '123456' ;
?????????????root@192.168.0.1 ???????????????????????192.168.0.1?????root???????????????123456
????2????????
????mysql> drop user root@192.168.0.1;
???????????????root????????????192.168.0.1??????????root?????????????A????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11