Editing wp-config.php file asks for another installation

(s)FTP into your site, or use a file manager provided by your host, and undo what you did.

  1. Then, if you were editing PHP with the built in editor as I suspect,
    don’t ever do that again– ever. It is like working on an airplane while it is in the air.
  2. Create a local copy of your site and work locally. Upload to
    the host when you know the code works.
  3. If you enable debugging, you should see clues as to where you
    went wrong, but you may not be able to do that in your case as it is
    the config file that is broken.

Without knowing specifically what you changed and how you changed it, that is all I’ve got.