Cho phép kết nối đến mysql từ xa

GRANT ALL PRIVILEGES ON *.* TO ‘root’@’%’ IDENTIFIED BY ‘password’ WITH GRANT OPTION; Trong đó GRANT [type of permission] ON [database name].[table name] TO ‘[username]’@’localhost’; Với các loại quyền trong … Continue reading Cho phép kết nối đến mysql từ xa