Active8 Verified User Joined Jul 13, 2013 Messages 1,833 Nov 9, 2017 #1 After upgrading from mysql 5.6.8 to mariadb 10 i get this error when backup by DA: Unable to find /usr/bin/mysqldump to create mysql backup please help
After upgrading from mysql 5.6.8 to mariadb 10 i get this error when backup by DA: Unable to find /usr/bin/mysqldump to create mysql backup please help
2 24x7server Verified User Joined Apr 17, 2013 Messages 81 Nov 10, 2017 #2 Are you able to locate mysqldump using below commands? # updatedb # locate mysqldump
Active8 Verified User Joined Jul 13, 2013 Messages 1,833 Nov 10, 2017 #3 Hi already done that but no luck , the whole file isnt there only mysqldumbslow file is there UPDATE: Fixed by my self by upgrading to MariaDB 10.1 maybe useful for others Last edited: Nov 10, 2017
Hi already done that but no luck , the whole file isnt there only mysqldumbslow file is there UPDATE: Fixed by my self by upgrading to MariaDB 10.1 maybe useful for others
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Nov 15, 2017 #4 The binary /usr/bin/mysqldump goes with MariaDB-client rpm-package. You probably used to be missing it. So you could check it with: Code: rpm -qa | grep -i MariaDB
The binary /usr/bin/mysqldump goes with MariaDB-client rpm-package. You probably used to be missing it. So you could check it with: Code: rpm -qa | grep -i MariaDB
A avatarKorra New member Joined Nov 28, 2017 Messages 1 Dec 3, 2017 #5 Do you mean MySQL 5, or PHP 5? I've recently done the same: moved accounts from CentOS 3 (PHP4, MySQL4) into CentOS 5 (PHP5.2, MySQL 5.1), none issue has come with importing MySQL DBs. Did you try to get mysqldump from a RPM, taken from here http://files.directadmin.com/services/es_3.0/ ? If you want I can send you one: HTML: # /usr/bin/mysqldump -V /usr/bin/mysqldump Ver 9.10 Distrib 4.0.17, for pc-linux (i686) coming together with HTML: # mysqld --version mysqld Ver 4.0.17-standard for pc-linux on i686 (Official MySQL RPM) source: https://sorcev.com
Do you mean MySQL 5, or PHP 5? I've recently done the same: moved accounts from CentOS 3 (PHP4, MySQL4) into CentOS 5 (PHP5.2, MySQL 5.1), none issue has come with importing MySQL DBs. Did you try to get mysqldump from a RPM, taken from here http://files.directadmin.com/services/es_3.0/ ? If you want I can send you one: HTML: # /usr/bin/mysqldump -V /usr/bin/mysqldump Ver 9.10 Distrib 4.0.17, for pc-linux (i686) coming together with HTML: # mysqld --version mysqld Ver 4.0.17-standard for pc-linux on i686 (Official MySQL RPM) source: https://sorcev.com