• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

phpbb2jforum problem: Data too long for column 'user_timezone'

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get the following error when importing phpbb data:

Tables cleaned...
Importing users...
java.sql.SQLException: Data too long for column 'user_timezone' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2551)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1443)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedSt
atement.java:1239)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPrepared
Statement.java:903)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1871)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1796)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java
:1658)
at net.jforum.tools.phpbb2jforum.Main.importUsers(Main.java:172)
at net.jforum.tools.phpbb2jforum.Main.runForrestRun(Main.java:62)
at net.jforum.tools.phpbb2jforum.Main.main(Main.java:277)
[originally posted on jforum.net by golfman]
 
Morning came much too soon and it brought along a friend named Margarita Hangover, and a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic