SQL Server User Mapping Error 15023: User already exists in current database
You cannot change SID of the existed users, but you can drop user and recreate them. After this you should update of the user's mapping.
Enter the following two lines and replace myDB with the database name and myUser with the correct user name:
USE myDB
EXEC sp_change_users_login 'Auto_Fix', 'myUser'
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.
Комментарии
Принудительное обновление сертификата:
certbot certonly --force-renew -d newsite.com
certbot certonly --force-renew -d newsite.com
Получаем SSL сертификат с помощью плагина nginx:
certbot certonly --nginx -d newsite.com -d www.newsite.com
certbot certonly --nginx -d newsite.com -d www.newsite.com
Можно, но я решил описать процесс копирования ключей более подробно.
Или можно просто командой ssh-copy-id [email protected]_host добавить публичный ключ на удалённый сервер.
Какой дистрибутив Linux вы часто используете?
Реклама

Гости1