/
How to Manually Remove SMP Installation?
How to Manually Remove SMP Installation?
SMP installation can be removed manually by removing SMP packages, database schema and database user.
Step-by-step guide
SMP installation can be removed manually by executing the shell script below.
remove.sh
#!/bin/sh sudo mysql -e "DROP SCHEMA harmony_smp; DROP USER harmony_smp@localhost" sudo apt-get --purge autoremove harmony-smp --yes
Related articles
, multiple selections available,
Related content
How to Manually Remove Access Point Installation?
How to Manually Remove Access Point Installation?
More like this
How to Change SMP TLS Certificate?
How to Change SMP TLS Certificate?
More like this
How to Change SMP Sign Certificate?
How to Change SMP Sign Certificate?
More like this
How to Migrate Harmony SMP 2.x from OpenJDK 8 to OpenJDK 11?
How to Migrate Harmony SMP 2.x from OpenJDK 8 to OpenJDK 11?
More like this
How to Manually Remove Central Server Installation?
How to Manually Remove Central Server Installation?
More like this
How to Change SMP HTTPS Port from 8443 to 443?
How to Change SMP HTTPS Port from 8443 to 443?
More like this