I'm trying to make some kind of a installer for a CMS I'm working on. The installer page is basically a page where the user inputs the database host, port, username, password and schema name. How could I use this inputed data to test if I actually can connect with the inputs given?
via Kaizokupuffball