Comments - About MariaDB Connector/J

10 years, 9 months ago Réjou Matthieu
The "/" are missing before host :

jdbc:mysql://<host>:<port>/<database>?<key1>=<value1>&<key2>=<value2>...

Altenatively

jdbc:mariadb://<host>:<port>/<database>?<key1>=<value1>&<key2>=<value2>...

can also be used.

Archived  
10 years, 9 months ago Daniel Bartholomew

Thanks for the catch! Fixed so they are shown correctly.

 
10 years, 9 months ago Réjou Matthieu

Thanks for update :)

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.