mysqladmin -u root password 'your.password' ##在share下
登入mysql server:
mysql -u root -p ##務必加上-p參數才可出現輸入password的提示
建立測試資料庫:
create database test;
建立使用者擁有test的權限,並可以由遠端登入:
grant all privileges on test.* to derek@'%' identified by '1234';
#####continue#####
沒有留言:
張貼留言