Restrict access to options-*.php pages

A quick and dirty way of doing this is by adding a .htaccess file to the wp-admin directory, with the following content.

<FilesMatch "^options-(.*)\.php$">
  Order Allow,Deny
  Deny from all
</FilesMatch>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)