Hello,
A new question has been asked in "MariaDB Community" by chuck_lyon_g. Please
answer it at
http://mariadb.com/kb/en/cant-connect-to-mariadb-through-mysql-command-line-client/
as the person asking the question may not be subscribed to the mailing list.
I h
Hi,
This is a classpath issue :
Example with a small java file :
import java.sql.Connection;
import java.sql.DriverManager;
public class Test {
public static void main(String[] args) {
System.out.println("init");
try {
try (Connection con =
DriverManager.getConne
Hello,
A new question has been asked in "MariaDB Community" by Intrinsic. Please
answer it at http://mariadb.com/kb/en/jdbc-driver-configuration-error/ as the
person asking the question may not be subscribed to the mailing list.
I am attempting to connect to Mar
Hi,
have you reported your issue in Codership google group?
https://groups.google.com/forum/#!forum/codership-team
Does Galera report any locking issue in the MariaDB error.log file?
2016-05-02 13:38 GMT+02:00 Ljr Yang :
> Hi, All
> Recently, We use Sysbench Test MariaDB 10.1.13. In Tes
Hi, All
Recently, We use Sysbench Test MariaDB 10.1.13. In Test ,We found
server lock and can't write .
Testing environment:
server1: 10.2.1.242(HP OEM Fusion IO PCIE Card 3.2TB )
server2: 10.2.1.239(ScanDisk Fusion IO PCIE Card 3.2TB)
sysbench test script:
sysbench --test=/usr
5 matches
Mail list logo