Tips aman phpmyadmin
gimana caranya buat proteksi phpmyadmin ar g bisa dibuka oleh komputer di jaringan lain
padahal sudah buat privelegenya hanya bisa diakses oleh root@localhost
tipsnya
buat file .htaccess
isinya
order deny,allow
deny from all
allow from 888.888.888.888 -> ganti pake IP yang boleh akses
padahal sudah buat privelegenya hanya bisa diakses oleh root@localhost
tipsnya
buat file .htaccess
isinya
order deny,allow
deny from all
allow from 888.888.888.888 -> ganti pake IP yang boleh akses
Comments