How can I find out the link to my admin panel using the database?
You need to check in file app/etc/env.php, in the file look for frontName
You can find base_URL from core_config_data table.
Pass the below command to get the admin path.
php bin/magento info:adminuri