Your question was answered but I’ll try a different approach
Open the config-sample.php with notebook and do this
In this line take out wordpress enter the name of your database
define(‘DB_NAME’, ‘wordpress’); // The name of the database
In this line take out username insert the username that is associated with your database (it will not necessarily be the same as your host login)
define(‘DB_USER’, ‘username’); // Your MySQL username
In this line take out password insert the password associated with your database–again is probably not the same as your host login password
define(‘DB_PASSWORD’, ‘password’);
now check to make sure you have left no spaces between what you entered and the single quotes, save the file as config.php
upload and move on the install portion.
PS. no one here is paid, people answer your questions because they are sharing their knowledge, it doesn’t pay be arrogant or rude because they didn’t do it for you or answer as you had hoped.
And the doing it for you option exists too.
https://install4free.wordpress.com/
Good luck and happy blogging