Jump to content
We've recently updated our Privacy Statement, available here ×

JI 1.1.0 and MySQL 5.1.14?


Henry

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hello Anandharaj,

 

 

it works. :)

 

 

First I try to make a backup und restore with the administration gui. When I imported the data I got a messages 2006 that the server has gone away.

 

 

After this I try to make the export/import by hand. I got also some error messages during the import like "server has gone". I think the size some of the big PDF-Reports that stored in the jasper DB are a problem for some select statement.

 

 

I added the following option in the my.ini file for the 5.0 and 5.1 server and also in the import and export statement.

 

 

[mysqld]

max_allowed_packet=1G

 

 

D:/Programme/MySQL/Server_5.0/bin>mysqldump -u root -p -P 3308 --databases jservermeta --max_allowed_packet=1G > D:/JServerMeta.sql

 

 

D:/Programme/MySQL/Server_5.1/bin>mysql -u root -p -P 3318 jservermeta --max_allowed_packet=1G < D:/JServerMeta.sql

 

 

Now the JasperIntelligence Server is up and runs with MySQL 5.1.14. :)

 

 

Best regards, Henry

Post edited by: Henry, at: 2007/01/24 12:28

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...