Why does SQL Server @@SERVERNAME return my old machine name?

This is well known and documented, see Rename a Computer that Hosts a Stand-Alone Instance of SQL Server: When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setup again to reset the computer name. Instead, use … Read more

nginx server_name wildcard or catch-all

Change listen option to this in your catch-all server block. (Add default_server) this will take all your non-defined connections (on the specified port). listen 80 default_server; if you want to push everything to index.php if the file or folder does not exist; try_files $uri /$uri /index.php; Per the docs, It can also be set explicitly … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)