Open shubham1305 opened 5 years ago
Having the same issue, cheers
Did you eventually find a solution to this problem?
Just import database_actual.sql in database directory.
If you are using docker, there is a mysql server running at database_actual.sql
using something like mysql -h 127.0.0.1:3306 -u root -p attendance_ms database_actual.sql
(password is root
by default)
If you are using docker, there is a mysql server running at :3306, login into it and import
database_actual.sql
using something likemysql -h 127.0.0.1:3306 -u root -p attendance_ms database_actual.sql
(password isroot
by default)
'mysql' is not recognized as an internal or external command, operable program or batch file.