From the course: Spring: Spring Batch

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

MySQL Database installation

MySQL Database installation

From the course: Spring: Spring Batch

Start my 1-month free trial

MySQL Database installation

- [Instructor] Spring Batch uses a job repository to capture metadata regarding the execution of a batch job. The job repository typically stores this metadata in a relational database that Spring Batch uses to make decisions about job executions. Whilst Spring Batch will create the table schema required to store the metadata, we'll need to supply the database where the schema can be created. So, we're going to install the MySQL database on our work station. And to do that, we're just going to work within Software Manager to first install the MySQL Database Server. And, once we have the MySQL server identified, we can go ahead and click on install. And that will start the installation process. Once that completes, we're going to open up a terminal so that we can set the password for the root user of the database. So to do that, we sudo over to mysql, and then from there, we're able to alter the root user's password.…

Contents