1建立一個資料庫(Debina)
2建立一個本機端使用者(Debina)
3該使用者只能對所建立的資料庫有完全權限
mysql>create database Debina;
mysql>grant all privileges on debina.* to debina@localhost identified by "something" with grant option;
mysql>set password for debina@localhost=password("1234");
用linux會使人變笨,還是用windows會使人變笨?
沒有留言:
張貼留言