You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Dependencies
$ add mysql
$ add jdk
# Initialize Database# Replace Line 2 in init.sql to use your UnityID
$ mysql < init.sql -u <UnityID> -p -h classdb2.csc.ncsu.edu
# Run WolfWR DBMS
$ javac Login.java
$ java Login
About
DBMS using Java and MariaDB for tracking inventory, transactions, and customers across a national grocery chain.