@ -2,6 +2,8 @@
class MySQL {
private $_db;
public function __construct($host, $port, $database, $username, $password) {
try {