We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Development mysql version 5.5.50
mysql -u root -p < database_creation.sql
It will create database, user 'innopoints_user'@'localhost' with password 'innopoints2.0' and tables. 2. Run command
mysql -u innopoints_user -p < database_seed.sql
It will seed tables. Password is 'innopoints2.0'.
Configuration for connection is in config file. Names of parameters starts with MYSQL_ prefix.
There was an error while loading. Please reload this page.