CodingKitten Hey so i am trying to install openpanel on my ubuntu 22.04 vps. (it meets the system requirments) So i runned the install command and it gets stuck on the MySQL database with this error ERROR 1045 (28000): Access denied for user 'panel'@'localhost' (using password: YES) How do i fix this?
MixDelo Hello, run the same install command with the repair flag: bash <(curl -sSL https://get.openpanel.co/) --version=0.2.0 --repair