MySQL install through CustomBuild not working

KR72

New member
Joined
Oct 13, 2020
Messages
2
Hello,

I am trying to reinstall mysql, because the entire thing breaks when you modify a line in my.cnf apparently.

I have been trying it in Custombuild, but it's not working at all

Code:
root@da:/usr/local/directadmin/custombuild# ./build mysql
--2020-10-13 10:04:50--  https://files.directadmin.com/services/all/mysql/5.6/5.6.49/64-bit/mysql-5.6.49-linux-glibc2.12-x86_64.tar.gz
Connecting to files.directadmin.com (files.directadmin.com)|69.162.69.58|:443... connected.
2020-10-13 10:05:21 (10.5 MB/s) - 'mysql-5.6.49-linux-glibc2.12-x86_64.tar.gz' saved [343184888/343184888]
mv: 'mysql-5.6.49-linux-glibc2.12-x86_64.tar.gz' and '/usr/local/mysql-5.6.49-linux-glibc2.12-x86_64.tar.gz' are the same file
Stopping mysqld ...
tar: mysql-5.6.49-linux-glibc2.12-x86_64/data/test: Cannot mkdir: No such file or directory
tar: mysql-5.6.49-linux-glibc2.12-x86_64/data/test/db.opt: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
Failed to extract: mysql-5.6.49-linux-glibc2.12-x86_64.tar.gz. Exiting...

How do I fix mysql while also having this in my.cnf?
sql_mode = NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

I am on Ubuntu.
 
May I check it for you ? (free of charge, of course). If license has no support - just PM me access.
 
Fixed in CB 2.0 rev. 2571, it seems mysql tarball on official mysql page was broken a bit. Thank you for the report!
 
Back
Top