MySQL

Install PostgreSQL database on WSL Ubuntu 18.04

2023-04-18 . Views 875 . Words 257

## Install ``` sudo apt update sudo apt install postgresql postgresql-contrib ``` ## View the version number ``` > psq ...

Read more

ERROR 1273 (HY000): Unknown collation: 'utf8mb4_0900_ai_ci'

2019-10-07 . Views 5149 . Words 178

Comment function of my blog website was broken with error: > SQLSTATE[42S02]: Base table or view not found: 1146 Tabl ...

Read more