> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mysql.MySQLInfo

# Interface: MySQLInfo

[mysql](/templates/protocols/javascript/modules/mysql).MySQLInfo

MySQLInfo contains information about MySQL server.
this is returned when fingerprint is successful

## Table of contents

### Properties

* [Debug](/templates/protocols/javascript/modules/mysql.MySQLInfo#debug)
* [Host](/templates/protocols/javascript/modules/mysql.MySQLInfo#host)
* [IP](/templates/protocols/javascript/modules/mysql.MySQLInfo#ip)
* [Port](/templates/protocols/javascript/modules/mysql.MySQLInfo#port)
* [Protocol](/templates/protocols/javascript/modules/mysql.MySQLInfo#protocol)
* [Raw](/templates/protocols/javascript/modules/mysql.MySQLInfo#raw)
* [TLS](/templates/protocols/javascript/modules/mysql.MySQLInfo#tls)
* [Transport](/templates/protocols/javascript/modules/mysql.MySQLInfo#transport)
* [Version](/templates/protocols/javascript/modules/mysql.MySQLInfo#version)

## Properties

### Debug

• `Optional` **Debug**: [`ServiceMySQL`](/templates/protocols/javascript/modules/mysql.ServiceMySQL)

#### Defined in

mysql.ts:168

***

### Host

• `Optional` **Host**: `string`

#### Defined in

mysql.ts:154

***

### IP

• `Optional` **IP**: `string`

#### Defined in

mysql.ts:156

***

### Port

• `Optional` **Port**: `number`

#### Defined in

mysql.ts:158

***

### Protocol

• `Optional` **Protocol**: `string`

#### Defined in

mysql.ts:160

***

### Raw

• `Optional` **Raw**: `string`

#### Defined in

mysql.ts:170

***

### TLS

• `Optional` **TLS**: `boolean`

#### Defined in

mysql.ts:162

***

### Transport

• `Optional` **Transport**: `string`

#### Defined in

mysql.ts:164

***

### Version

• `Optional` **Version**: `string`

#### Defined in

mysql.ts:166
