Picture/Images MYSQL Setup

Just curious if this is possible, currently I am using MYSQL for both movies and music (Kodi_video and Kodi_music) and work fine with all my instances of Kodi and MYSQL.

I would like to add Pictures to the mix/MYSQL but have no idea what to name the MYSQL DB, below is my advancesettings.xml for Music and VIdeo:

<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>157286400</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
<fanartres>2160</fanartres>
<imageres>2160</imageres>
<videodatabase>
<type>mysql</type>
<host>192.168.1.23</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
<name>kodi_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.23</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
<name>kodi_music</name>
</musicdatabase>
</advancedsettings>