Open project Settings
Use an eligible web app or bot project. Managed MySQL is kept inside the existing project workflow instead of a separate server panel.
Add a managed MySQL database to an eligible RamNaym Cloud app or bot project. Provision project-specific credentials, rebuild once and connect through standard MYSQL_* environment variables.
The page keeps the same easy three-step rhythm as your Telegram landing page, while the workflow mirrors the real managed MySQL backend.
Use an eligible web app or bot project. Managed MySQL is kept inside the existing project workflow instead of a separate server panel.
RamNaym Cloud provisions a project-specific database, user and password and grants access to that database.
Rebuild the project, then read the MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER and MYSQL_PASSWORD environment values.
Create the database from the project, keep connection values outside the codebase and let the app consume standard MySQL environment variables.
The platform creates a database user for the project instead of asking you to share a global administrator account.
Use standard MYSQL_* environment variables so credentials do not need to live inside the repository.
New databases are provisioned with utf8mb4 and utf8mb4_unicode_ci for broad Unicode text support.
After provisioning and rebuilding, connect with the standard values exposed to the project environment.
Short answers to the questions developers usually ask before deploying.
Create or open an eligible RamNaym Cloud app or bot project, go to project Settings and create the managed MySQL database when the service is enabled. Rebuild the project so the MYSQL_* environment variables are applied.
Use MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER and MYSQL_PASSWORD from the project environment. Keep credentials in environment variables instead of hard-coding them in source files.
Yes. The managed MySQL workflow creates a project-specific database and database user and grants that user access to that database.
No. The current managed MySQL feature is for normal app and bot projects, not Minecraft servers.
Create the project, provision MySQL in Settings and connect using the environment variables delivered to your application.