SouravDas25 / AttendanceMS

Attendance Management System For Schools and Colleges
GNU General Public License v3.0
220 stars 125 forks source link

SQLSTATE error #17

Open shubham1305 opened 5 years ago

shubham1305 commented 5 years ago

Screenshot 2019-09-21 at 2 50 01 PM

AdrianRen commented 5 years ago

Having the same issue, cheers

Davidnwogu commented 5 years ago

Did you eventually find a solution to this problem?

Anunayj commented 4 years ago

Just import database_actual.sql in database directory.

Anunayj commented 4 years ago

If you are using docker, there is a mysql server running at :3306, login into it and import 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)

JayMwakideu commented 3 years ago

If you are using docker, there is a mysql server running at :3306, login into it and import 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)

'mysql' is not recognized as an internal or external command, operable program or batch file.