Just-Moh-it / Pckd

The ⚡️ analytics-intensive, self-hostable link-shortener with a beautiful UI | AKA free bit.ly alternative 🚀
https://docs.pckd.me/
MIT License
783 stars 95 forks source link

Cannot load from mysql.proc #66

Closed djpanda closed 1 year ago

djpanda commented 1 year ago

Server version: 10.5.15-MariaDB-0+deb11u1 Debian 11

Install from code https://docs.pckd.me/docs/install-from-code

Database created and .env changed with needed informations (dbuser,dbpassword,dbname,host,port)

If i do "npm run db-init" i get the error:

Error: Cannot load from mysql.proc. The table is probably corrupted 0: migration_core::api::SchemaPush at migration-engine/core/src/api.rs:184

djpanda commented 1 year ago

reinstalled mariadb and fixed the problem with it