Skip to main content
Version: 1.0.16

Connection Test

Oracle Connection Test

Switch to the halo user and connect:

su - halo
psql -d oracle -p 1521

Connection Test

MySQL Connection Test

Connect using the MySQL client:

mysql -h 192.168.65.131 -P 3306 -D mysql_test -umysqlt

MySQL compatibility mode requires connecting through a native MySQL client.

Connection Test

At this point, the interactive installation of the Halo database is complete.