My SQL Database

protoss33

Client
Регистрация
27.03.2023
Сообщения
56
Благодарностей
13
Баллы
8
Hello,

Is it possible to connect to mysql with an external host?

I seem the bloc datadase is only for local database or i wrong?
 

infohills

Новичок
Регистрация
13.03.2024
Сообщения
2
Благодарностей
0
Баллы
1
Yes, you can absolutely connect to a MySQL database server from a machine outside of the local network. This is a common scenario for enriching data, development, testing, and production environments. However, establishing a secure connection is crucial to protect your database from unauthorized access.
If you're specifically referring to Bloc, a web framework, it doesn't inherently restrict database access to local machines. As long as you follow the secure connection steps above, you can connect to a MySQL database from an external host using Bloc's database connection methods.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)