Ways to break MySQL replication
1. Try to drop a bunch of tables, and have the command fail because of a missing table.
1. Try to drop a bunch of tables, and have the command fail because of a missing table.
1. Type your domain into the address bar appended with “/wp-admin” i.e. example.com/wp-admin 2. Enter your credentials 3. More information can be found here: http://codex.wordpress.org/
Update wordpress Update plugins and themes Delete any unused themes and plugins Audit user list Login security askimet delete “admin” acount use complex passphrases captcha on all forms (comments, registering, login, etc..) understand file permissions use sftp or ssh to transfer file or modify permissions (regular FTP does not use encryption) Use SSL when doing Read more about Securing WordPress[…]
You are getting this error: It looks like something needs to be adjusted in the .htaccess file?: If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Read more about Modifying or Adding .htaccess File[…]