This document will let you know how to reset the Saleculator POS from the root shell for Raspberry Pi
- Access root shell (Ctrl+Alt+F1)
- Type “mysql -u root -p” (Hit enter)
- Password is “password” (Hit enter)
- Type DROP DATABASE SALECULATOR; (Hit enter)
- Type CREATE DATABASE SALECULATOR; (Hit enter)
- Type EXIT
- Type reboot (Hit enter)
Leave a Reply