Kruiger Labs
Client Portal Get Started
DocumentationManager
Sign inGet support
Manager

Manager Database

Import sql.sql through phpMyAdmin or the command line and resolve remote-access problems.

View Manager Product

Import sql.sql#

Your database provider supplies five separate values: hostname, port, database name, username, and password. The database host is not your website URL. If remote access is restricted, allow the bot host's outbound IP in the provider firewall or access list.

  1. Create the database and dedicated user.
  2. Select the database in phpMyAdmin and import sql.sql.
  3. Or run the command below from a machine that can reach the database.
  4. Configure Manager’s SQL values and restart.
mysql -u YOUR_DB_USER -p YOUR_DB_NAME < sql.sql

Remote access#

If the database is hosted separately, its firewall or access list must permit the bot host. A successful website login to the hosting panel does not prove the bot can connect to MySQL.

Back to top