/
MySQL/MariaDB Database Creation

PhixFlow Help

MySQL/MariaDB Database Creation

Login to your database as root and create a database called phixflow and allow user access

 

    mysql --user=root --password

    (mysql will prompt for a password.)

    create database phixflow;

    grant all privileges on phixflow.* to 'myuser'@'%' identified by 'mypass';

    exit

Related content

Install the PhixFlow Database Schema
Install the PhixFlow Database Schema
More like this
Install MariaDB
Install MariaDB
More like this
Migrating from MariaDB to MySQL
Migrating from MariaDB to MySQL
More like this

Please let us know if we could improve this page feedback@phixflow.com