我尝试使用Apache Derby在Intellij中创建数据库。我已经配置了所有内容,但是当我尝试创建数据库时,会出现一条错误消息:
Connection to ejercicio@localhost failed.
[08001][40000] java.net.ConnectException: Error on connecting to localhost server in port 1.527 with the message Connection refused: connect.
我已尝试过所有内容(执行startNetworkServer,在数据库标题处编写create = true)但它仍然无法连接。 谁能帮助我?谢谢。