Docker-compose issue [Mar 18]

[dummy title body text appended to avoid empty title body]

:raising_hand_man: wkw replied

the correct statement should be

make sure the password in NC_DB is same as the value of MYSQL_PASSWORD

:raising_hand_man: DukeLeTran replied

okay I’m trying this entry here

:raising_hand_man: wkw replied

not related. the error states the auth stuff. probably the login credential s incorrect

:raising_hand_man: DukeLeTran replied

:raising_hand_man: wkw replied

the login credential s stored in db_data. when u update the docker-compose.yml, make sure to remove the volume first so that it ll get the new changes

:raising_hand_man: DukeLeTran replied

:raising_hand_man: DukeLeTran replied

Ah! it worked!!

:raising_hand_man: wkw replied

ya

:raising_hand_man: DukeLeTran replied

I did pre-create “app_nocodb” prior

:raising_hand_man: DukeLeTran replied

Maybe that was an issue?

:raising_hand_man: wkw replied

if you hv an existing db, then you don’t need root_db part

:raising_hand_man: DukeLeTran replied

Oh I see, hmm I don’t see a “noco” db show up in my list of databases

:raising_hand_man: DukeLeTran replied

Oh this is very good to know, I may try again later then too

:raising_hand_man: wkw replied

that should be root_db. noco s the username only

:raising_hand_man: DukeLeTran replied

Oh sorry “root_db” right

:raising_hand_man: wkw replied

actually if u hv an existing database, u don’;t need to use docker-compose

:raising_hand_man: wkw replied

basic docker one should work fine

GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative

:raising_hand_man: wkw replied

u just need to mention NC_DB. See the below link

https://github.com/nocodb/nocodb/blob/master/README.md#example-mysql

:raising_hand_man: DukeLeTran replied

Oh I see, will try this one too