page_AutoML
Don't forget to change configuration for mysql database in config.json inside the root directory.
To create a suitable user, follow these steps
$ mysql -u root -p
$ GRANT ALL PRIVILEGES ON . TO 'username'@'localhost' IDENTIFIED BY 'password';
If it is the first time running the program, the database should be created.