10Troubleshoots - amagerard/Wiki GitHub Wiki
Redhat10/Wikijs
| 1- Network | 2- NodejsRedis | 3- MariaDB | 4- Wikijs | 5- Nginx |
|---|---|---|---|---|
| 6- Selinux | 7- UpdateWikijs | 8- Backup | 9- GnomeShell | 10- Troubleshoots |
11-28-2025.
If you get this error message.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Use the same root password as for mariadb-secure-installation.
Add skip-grant-tables into /etc/my.cnf.d/server.cnf.
vi /etc/my.cnf.d/server.cnf
[mariadb]
skip-grant-tables
systemctl restart mariadb
mysql -u root -p
MariaDB [(none)]> flush privileges;
MariaDB [(none)]> alter user 'root'@'localhost' identified by 'X2m56AB50!';
MariaDB [(none)]> flush privileges;
MariaDB [(none)]> exit
Remove skip-grant-tables into /etc/my.cnf.d/server.cnf.
vi /etc/my.cnf.d/server.cnf
[mariadb]
#skip-grant-tables
systemctl restart mariadb
11-26-2025.
This is a new installation.
Redhat 10.1.
MariaDB 12.1.2.
Node 22.21.1.
Redis 8.4.0-1
Wikijs 2.5.308.
Nginx 1.26.3-1
03-11-2025.
This is a new installation.
Redhat 9.5.
MariaDB 11.7.2.
Node v20.18.3.
Wikijs 2.5.306.
Nginx replaces apache.
07-04-2024.
ALL is good !
Almalinux 9.4
Wikijs 2.5.303
Nodejs 20.15.0
Redis 6.2.7-1
MariadB 11.3.2
Apache 2.4.57-8
12-15-2023.
ALL is good !
Almalinux 9.3
Wikijs 2.5.300
Nodejs 20.10.0
Redis 6.2.7
MariadB 11.2.2
Apache 2.4.57