Manjunath S Vuyyuru

Results 8 comments of Manjunath S Vuyyuru

logs -f xxx-mariadb-secondary-0 ``` 2022-07-26 06:02:15+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.8.3+maria~jammy started. 2022-07-26 06:02:16+00:00 [Note] [Entrypoint]: MariaDB upgrade information missing, assuming required 2022-07-26 06:02:16+00:00 [Note] [Entrypoint]: MariaDB...

**Primary Pod logs** ``` 2022-07-26 5:58:19 0 [Note] mariadbd (server 10.8.3-MariaDB-1:10.8.3+maria~jammy) starting as process 1 ... 2022-07-26 5:58:19 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-07-26 5:58:19 0 [Note]...

``` MariaDB [(none)]> CHANGE MASTER TO -> MASTER_HOST="dcaw-mariadb-primary.dcaw-devops.svc.cluster.local", -> MASTER_PORT=3310, -> MASTER_USER="root", -> MASTER_PASSWORD="Dev@1234", -> MASTER_LOG_FILE='mysql-bin.000014', -> MASTER_LOG_POS=600; Query OK, 0 rows affected (0.009 sec) ---------------------------------------------- MariaDB [(none)]> show slave...

MariaDB [(none)]> show master status; +------------------+----------+--------------+------------------+ | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | +------------------+----------+--------------+------------------+ | mysql-bin.000014 | 600 | | | +------------------+----------+--------------+------------------+ 1 row in set (0.001 sec)

On Primary Pod I am seeing these errors ``` mariadb 17:35:07.55 mariadb 17:35:07.55 Welcome to the Bitnami mariadb container mariadb 17:35:07.55 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb mariadb 17:35:07.55...

On Secondary Pod I am seeing these errors ``` mariadb 17:35:15.61 mariadb 17:35:15.62 Welcome to the Bitnami mariadb container mariadb 17:35:15.62 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-mariadb mariadb 17:35:15.62...

**Mainly I am seeing the major error has** Not sure why ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) I am using the password for the deployment...