04-12-2021 09:35 AM
Hi,
I am using a webserver Xamp , and I want to communicate using Database toolkit. I just have the IP address and the port . could any one help me please .
Best Regard.
04-13-2021 06:09 AM
@Emna20 wrote:
Hi,
I am using a webserver Xamp , and I want to communicate using Database toolkit. I just have the IP address and the port . could any one help me please .
What's an Xamp? Xampp?
What have you tried? What works? What doesn't?
Configuring MariaDB for Remote Client Access - MariaDB Knowledge Base
You'd probably have to use a connection string like this:
DRIVER={MariaDB ODBC 5.1 Driver}; SERVER=LOCALHOST; PORT=3306; DATABASE=DatabaseName; UID=root; PASSWORD=password;OPTION=3;