这是什么意思啊 老是安装不上 去事件管理器看了是说 [FATAL] InnoDB: Table flags are 0 in the data dictionary but the flags in file .\ibdata1 are 0x4800!For more information, see Help and Support Center at http://www.mysql.com/. 这是啥错误
import java.sql.DriverManager; public class Main { public static void main(String[] args) { String url = "jdbc:mysql://localhost:3306/your_database"; String user = "your_username"; String ...