Search notes:

SQL Server editions

SQL Server 2017 comes in 5 editions:
Enterprise Unlimited virtualization, end to end business intelligence
Standard
Web Targetting web hosters and Web VAP.
Developer Includes all functionality of Enterprise edition, but is licenced for a development and test system only.
Express edition entry level, free database. Ideal for learning or small applications

SQL Server Express LocalDB

Express edition comes also in a variant called SQL Server Express LocalDB which is a lightweight version of SQL Server Express.
Such an instance can be contacted with the service name(?) (localdb)\MSSQLLocalDb, for example with sqlcmd.exe:
C:\> sqlcmd -S (localdb)\MSSQLLocalDb
See also SqlLocalDB.exe

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758199430, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL-Server/editions/index(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78