1. I am currently using dean lee code highlighting for wordpress. Code is as follows:
echo "hello world";
?>

To edit the code-highlight options go to: OPTIONS > Code Highlight

  1. Download WP-DBManager. Extract it in the wp plugins directory and your good to go. Options for configuring can be found in “DATABASE” link in the Admin Site. Remember to change the Database options as follows:

for windows:
<br /> Path To mysqldump: mysqldump.exe<br /> Path To mysql: mysql.exe<br /> Path To Backup: E:\\wwwroot\wordpress\wp-content\backup-db<br />

for linux:
<br /> Path To mysqldump: mysqldump<br /> Path To mysql: mysql<br /> Path To Backup: /usr/local/apache2/htdocs/wordpress/wp-content/backup-db<br />