Ok, i was thinking the same...but a stupid question again LOL
// ** MySQL settings ** //
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Here, where do i change it...where it says 'DB_NAME' or where it says 'wordpress' ?