Cannot detect server type

Asked by uldisn

I try backup from MariaDb and get:

** (mydumper:19548): CRITICAL **: Cannot detect server type

comandline:

mydumper -B alaidd -o /backup/mysql/latest/alaidd -c -u xxxxx -p xxxx

Question information

Language:
English Edit question
Status:
Solved
For:
MySQL Data Dumper Edit question
Assignee:
No assignee Edit question
Solved by:
uldisn
Solved:
Last query:
Last reply:
Revision history for this message
uldisn (uldisnelsons) said :
#1

MasiaDb verison:
10.0.14-MariaDB-1~wheezy-log

Revision history for this message
Max Bubenick (max-bubenick) said :
#2

What mydumper version is? I cant reproduce it with 0.6.2

$ mysqld --version
mysqld Ver 10.0.14-MariaDB-1~trusty-log for debian-linux-gnu on x86_64 (mariadb.org binary distribution)

$ ./mydumper -u root -B test -v 3
** Message: Connected to a MySQL server

Revision history for this message
uldisn (uldisnelsons) said :
#3

With 0.6.2 work perfectly.

thank you!