View Categories

Reset Saleculator from Root Shell

< 1 min read

This document will let you know how to reset the Saleculator POS from the root shell for Raspberry Pi

  1. Access root shell (Ctrl+Alt+F1)
  2. Type “mysql -u root -p” (Hit enter)
  3. Password is “password” (Hit enter)
  4. Type DROP DATABASE SALECULATOR; (Hit enter)
  5. Type CREATE DATABASE SALECULATOR; (Hit enter)
  6. Type EXIT
  7. Type reboot (Hit enter)

0 Comments

Leave a Reply

Arrow-up