How to get connect with ERP Database.
I want to check what are all the tables created.
How to get connect with ERP Database.
I want to check what are all the tables created.
Hi,
Steps:-
OR
when you create any new ‘doc type’ then table also get created with same name.
Shraddha Ranjane
New Indictrans Technology PVT LTD.
Frankly I think it’d be better for you to stay away from the database if you’ve no idea how to connect to it in the first place. A simple drop used wrongly could cause a lot of anguish
You can bench frappe --mysql
but it’s recommended that you avoid accessing it directly.