fresh install of DA on debian 11

TestUser

Verified User
Joined
Aug 26, 2011
Messages
220
hey all
i just did fresh OS install debian 11
and fresh DA install...
after the install...
i changed from MariaDB to mysql
removed the mysql directory
and rebuild mysql
mv /var/lib/mysql/ /var/lib/mysql.backup
/usr/local/directadmin/custombuild/build mysql
but... im having some issues

the mysql install hangs.. here
mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
Running 'mysql_fix_privilege_tables'...
Warning: Using a password on the command line interface can be insecure.
Running 'mysqlcheck' with connection arguments: '--socket=/usr/local/mysql/data/mysql.sock'
Warning: Using a password on the command line interface can be insecure.
Running 'mysqlcheck' with connection arguments: '--socket=/usr/local/mysql/data/mysql.sock'
Warning: Using a password on the command line interface can be insecure.
OK
Restarting MySQL.

HERE it waits... for ever....
Its a FRESH install!?
help?
btw is there a way i could first setup my options.conf before the install?
now the install is fully automatic...
 
What's the version of MySQL? 5.5/5.6 are EOL. Maybe you're using them?
 
Back
Top