The default MySQL installations on Linux have root user as the Admin user that has full access. DirectAdmin setups another Database user da_admin as Super database user. Password for it is stored inside /usr/local/directadmin/conf/mysql.conf. MySQL prompt can be accessed directly on DirectAdmin as: mysql –user=da_admin –password=`cat /usr/local/directadmin/conf/mysql.conf | grep passwd |cut -d= -f2` To access […]
↧