Manager
Manager Database
Import sql.sql through phpMyAdmin or the command line and resolve remote-access problems.
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.
- Create the database and dedicated user.
- Select the database in phpMyAdmin and import
sql.sql. - Or run the command below from a machine that can reach the database.
- Configure Manager’s SQL values and restart.
mysql -u YOUR_DB_USER -p YOUR_DB_NAME < sql.sqlRemote 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.