LawsHosting
Verified User
I tried upgrading MySQL via CB2 plugin, but it must had stalled, as now it has died.
Luckily its a newish server........ Recompiling wont work, nor the scripts/mysql.sh....... It just tries to shut down/start up when attempting a mysql_force_compile=yes
What I found is, when it downloads the //files.directadmin.com/services/custombuild/mysql/5.7/5.7.24/mysql-5.7.24.tar.gz, it tries to execute the configure script, but it's not in the tar, configure.cmake is instead.
How do I get rid of mysql and start again, without nuking everything?
I wished I left it alone, or upgraded via bash.
Luckily its a newish server........ Recompiling wont work, nor the scripts/mysql.sh....... It just tries to shut down/start up when attempting a mysql_force_compile=yes
What I found is, when it downloads the //files.directadmin.com/services/custombuild/mysql/5.7/5.7.24/mysql-5.7.24.tar.gz, it tries to execute the configure script, but it's not in the tar, configure.cmake is instead.
Code:
./build mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/home/mysql/mysql.sock' (2)
Attempting to compile a package from source...
Extracting mysql-5.7.24.tar.gz ...
./build: line 7772: ./configure: No such file or directory
Done. Making mysql-5.7.24...
Trying to make mysql-5.7.24...
make: *** No targets specified and no makefile found. Stop.
How do I get rid of mysql and start again, without nuking everything?
I wished I left it alone, or upgraded via bash.