How can I install MySQL support in Abyss Web Server?
Web servers and database servers are generally independent and do not connect directly. It is the scripts responsibility to do such a connection and to use or store data. Of course, these scripts are invoked by the server and run by the suitable interpreter (PHP or Perl for example.) As a consequence, install MySQL as explained in http://www.mysql.com, then write or install scripts that can use it.