skyndfly / junior-blog

1 stars 0 forks source link

Install


Known Bugs

.npm run dev - no css-styles

the problem is somewhere in /vite.config.js domain in server.hmr.host - if commented out, styles will work

mysql start error on ./sail up (fixed #57)

mysql-1         | 2024-08-28T14:48:18.639935Z 0 [ERROR] [MY-010259] [Server] Another process with pid 62 is using unix socket file.
mysql-1         | 2024-08-28T14:48:18.639947Z 0 [ERROR] [MY-010268] [Server] Unable to setup unix socket lock file.
mysql-1         | 2024-08-28T14:48:18.639951Z 0 [ERROR] [MY-010119] [Server] Aborting

solution: in docker-compose.yml set MYSQL_ROOT_HOST: to 'mysql'

mysql db not exists (fixed #73)

solution: add user manually