SQLSQL.MySQLOn this pageZymba Documentation SQL.MySQL object @SQL.MySQL(@SQL.Connection) { construct(string $server, string $dbname, string $username, string $password) {}} MySQL connection prototype. Prototype SQL.Connection Methods Method: construct$this.construct(string $server, string $dbname, string $username, string $password): voidParametersNameTypeValueDefaultserverstring""dbnamestring""usernamestring""passwordstring""