This document presents the design and implementation of MySQL/JVM, a framework for embedding the Java Virtual Machine (JVM) runtime environment into the MySQL database server. This allows stored procedures and functions in MySQL to be written in the Java programming language, leveraging Java's robust libraries. Currently, MySQL only supports a basic procedural language for stored procedures. MySQL/JVM aims to address this limitation and enable functionality like XML validation and encryption that are difficult to implement in MySQL's native language.