I rather use mysql then sqlight so I have the rd.php file setup in the taskboard api directory and I commented out rows 28, 29 and 30 and added
require('rb.php');
R::setup('mysql:host=**;dbname=tms_system','', '**');
of course the am posting instead of the real values. Now I then in the command line ran sudo php build/build-all which showed a bunt of content and then a echo build Complete line However when I look in the mysql database I dont see any tables setup nor can I login. So I am missing a step?
This is a LAMP stack ubuntu php7 based server
I rather use mysql then sqlight so I have the rd.php file setup in the taskboard api directory and I commented out rows 28, 29 and 30 and added require('rb.php'); R::setup('mysql:host=**;dbname=tms_system','', '**'); of course the am posting instead of the real values. Now I then in the command line ran sudo php build/build-all which showed a bunt of content and then a echo build Complete line However when I look in the mysql database I dont see any tables setup nor can I login. So I am missing a step? This is a LAMP stack ubuntu php7 based server