Я новичек в этом всем , запустил сервер на VPS , перенос базы сделал таким образом в старой бд нажал Dump sql file , в новом execute sql file , вроде перенеслось но куча ошибок в геймсервере и так же персонаж теперь голый , я так понимаю не все перенеслось , в навикате пробывал через трансфер дату , все ровно тоже самое. Что я делаю не так ?
[21:23:17] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)
[21:55:59] ERROR
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_GetItemsDelayedMaxPaymentId does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.taskmanager.DelayedItemsManager.a(Unknown Source)
at l2.gameserver.taskmanager.DelayedItemsManager.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
[21:23:17] ERROR Exception while load items
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_LoadItemsByOwnerAndLoc does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.dao.ItemsDAO.loadItemsByOwnerIdAndLoc(Unknown Source)
at l2.gameserver.model.items.Warehouse.restore(Unknown Source)
at l2.gameserver.model.pledge.Clan.<init>(Unknown Source)
at l2.gameserver.model.pledge.Clan.restore(Unknown Source)
at l2.gameserver.tables.ClanTable.restoreClans(Unknown Source)
at l2.gameserver.tables.ClanTable.<init>(Unknown Source)
at l2.gameserver.tables.ClanTable.getInstance(Unknown Source)
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)
[21:55:59] ERROR
java.sql.SQLSyntaxErrorException: PROCEDURE l2lucera.lip_GetItemsDelayedMaxPaymentId does not exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:113)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:938)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1004)
at com.mysql.cj.jdbc.CallableStatement.executeQuery(CallableStatement.java:926)
at com.mysql.cj.jdbc.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:573)
at l2.gameserver.taskmanager.DelayedItemsManager.a(Unknown Source)
at l2.gameserver.taskmanager.DelayedItemsManager.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
