Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

    mysql --user=root --password

    (mysql will prompt for a password.)

    create database cviewphixflow;

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

...