Deprecated: mysql_connect()

Go to your WAMP settings and enable php_mysqli extension. You can do that within the toolbar menu on the right. Just right click on the WAMP icon and go to PHP extensions menu.

PHP 5.5 will warn about the deprecated mysql driver functions. Turn off warnings by setting Debug to false in the wp-config.php, or use a database layer such as this plugin.