You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running on Debian GNU/Linux 9 (stretch) everything goes fine but when you visit the site, it shows Error establishing a database connection
Even trying to log in to SQL shell with given password shows error.
$ mysql -u root -p`ERROR 1698 (28000): Access denied for user 'root'@'localhost'
Seems like it is related to the way we setup mysql-server
The text was updated successfully, but these errors were encountered:
While running on
Debian GNU/Linux 9 (stretch)
everything goes fine but when you visit the site, it shows Error establishing a database connectionEven trying to log in to SQL shell with given password shows error.
Seems like it is related to the way we setup
mysql-server
The text was updated successfully, but these errors were encountered: