Foreword: the Java code startup exception and error report view does not exist, but the view can still be seen in Navicat, but it does not exist when you double-click to open the view
Remedy: (all the following operations are performed in Navicat’s SQL command line)
1. Look for the view in the previous database backup
2. The use command allows us to use the database, the use command format: use ;
3. show create view ;
4. Copy the code shown in the previous step how to create
5. Then use the new database;
6. Clean up the code for creating a view copied in 4, and replace the original database name with the new database name
7. Just run
Read More:
- [Solved] ln: failed to create symbolic link ‘/usr/bin/java’: File exists
- [Solved] JAVA Error: Error:A JNI error has occurred,please check your installation and try again
- Ecilpse: All Common Shortcut keys
- How to Solve Java Runtime (class file version 53.0)ERROR
- [Solved] jar file Execute Error: power shell error: unable to access jarfile
- keytool error java.io.IOException:keystore was tampered with,or password was incorre
- How to Solve FATAL ERROR in native method: JDWP on getting class status, jvmtiError=JVMTI_ERROR_WRONG_PHASE
- org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying XXX
- Flink Error: is not serializable. The object probably contains or references non serializable fields.
- Java Running Error: Could not find or load main class
- Java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver [How to Solve]
- Cannot resolve reference to bean ‘sqlSessionFactory‘ while setting bean property ‘sqlSessionFactory‘
- Java error: unable to find or load main class (package name in source file)
- JSON parse error: invalid UTF-8 solution series [How to Solve]
- Notes for migrating Oracle jdk8 to openjdk11
- How to Solve JAVA Error: error: A JNI error has occureed
- keytool error: java.lang.Exception: Input not an X.509 certificate
- [Solved] Springboot Deploy Error: Input length = 1 or Input length = 2
- Springboot thymeleaf Error: Exception processing template “table/dynamic_table”: Error resolving template [common]…
- How to Solve java server error (java application Run Normally)