What are the credentials for mysql database

Is there a default MySQL database ready for usage out of the box when running builds or should i manually create the database my self ?
If so, what is the credentials?

What I have tried so far:
I have assumed that I have to create the database my self. This is my circle.yml:

machine:

   services:
     - mysql

database:
  override:
    - mysql -u ubuntu -e "create database circle_test"

It looks like MySQL doesn’t come preinstalled yet, the following link may help

https://circleci.com/docs/faq/#how-do-i-use-mysql-56

The link given no longer links to an answer. Can this please be updated?

The FAQ page gets changes as issues come and go. This is quite an old thread, are you having a new issue, if so can you open a new thread with he details?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.