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
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed