MySQL won't install with DA

Avatat

Verified User
Joined
Nov 15, 2011
Messages
15
Hi guys,

I tried to install DirectAdmin on clean and new Debian 7.7. Everything was fine but after completed installation I saw that MySQL wasn't installed..
I tried to reinstall MySQL by CustomBuild:
Code:
Make complete
Packaging mysql-5.5.40...
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: MySQL
CPack: - Install project: MySQL
CPack: Create package
CPack: - package: /usr/local/directadmin/custombuild/mysql-5.5.40/mysql-5.5.40-linux-x86_64.tar.gz generated.
Moving mysql-5.5.40-*.tar.gz to /usr/local/directadmin/custombuild ...
Done.
Found created package: mysql-5.5.40-linux-x86_64.tar.gz
Stopping mysqld ...
Stopping mysqld:                [ FAILED ]
Starting mysqld:                [ OK ]
Giving mysqld a few seconds to start up...
Looking for 'mysql' as: /usr/local/mysql/bin/mysql
Looking for 'mysqlcheck' as: /usr/local/mysql/bin/mysqlcheck
FATAL ERROR: Upgrade failed
Restarting MySQL.

Here is options.conf:
Code:
#MySQL Settings
mysql=5.5
mysql_inst=mysql
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=yes

Any suggestions or ideas? :)
 
Would I be able to check the issue on your server? (free of charge)
 
Back
Top