Visual Studio is an IDE, not a database.
But Visual Studio uses, by default, MS SQL Server. Either Express or the full package. It can, however, use just about any compliant database backend.
MySQL is just another database backend. Like Oracle, Postgres, etc, etc.