Home > Blockchain >  How to replace the license in Kingbase database?
How to replace the license in Kingbase database?

Time:03-28

When I use Kingbase database, I find that the license file has expired. How can I replace it with a new one

CodePudding user response:

First, log in to the server and execute: find / - name license Look, license Which path is the dat in second the new license Dat is transferred to the server and renamed as license DAT, and execute chown - R Kingbase: Kingbase license dat Finally, restart the database

  • Related