mysql+postgresql建立數據庫、用戶、權限

mysql drop database if exists dc_test; drop user dc_test; create database dc_test; create user dc_test@'%' IDENTIFIED BY 'dc_test'; grant all privileges on dc_test.* to dc_test; flush privileges; post
相關文章
相關標籤/搜索