PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

 

    mysql --user=root --password

    (mysql will prompt for a password.)

    create database cview;

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

    exit

  • No labels