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????????
??????

???·???
App??С????H5?????????????????Щ??
2024/9/11 15:34:34?????????????????????????
2024/9/10 11:13:49P-One ???????????????????????????????????????
2024/9/10 10:14:12???????????????????????????
2024/9/9 18:04:26??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44