Hi all
when I initialize Database again it show the below error,
******************************
Error 10021
- General Error Error while initializing the database. The table ca_certificate already exists.
**********************************
but when I do "Show SQL statements for database initialization" operate,it show the below SQL Statements
**********************************
select * from ca_certificate;
drop table ca_certificate;
create table ca_certificate (ca_cert_key text PRIMARY KEY NOT NULL, format text, data text, dn text, cn text, email text, status text, public_key text, notafter int8);
drop table ca_certificate;
create table ca_certificate (ca_cert_key text PRIMARY KEY NOT NULL, format text, data text, dn text, cn text, email text, status text, public_key text, notafter int8);
**********************************
maybe the SQL Statements "drop table ca_certificate;" don't work correctly,but I excute this SQL Stetements directly,it works.what
's the reason.
--
Yihua Zheng
