Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

using the video tutorial db offline?

Post Reply
ehatherley
Posts: 2
Joined: Mon Mar 08, 2010 8:29 pm

using the video tutorial db offline?

Unread post by ehatherley »

I'd like to be able to use the database for the video training http://demo.nubuilder.com/db/nuvideo/ offline.

To that end I have logged in to the site and used the "Backup" button to generate the "db_nuvideo.sql" file. Then I used phpMyAdmin's "Import" function to restore the database on a WindowsXP install of nuBuilder 9.9.23 including Apache, MySQL, and php.

After adding a USE statement to the .SQL file it will attempt to restore the db, but it fails with an error; seems it dosn't like CHAR(x) where x>255. I've tried fixing this two ways: change CHAR(x) to BLOB(x), and forcing x>255 to be x<255. both methods produce further errors.

Can anyone suggest how to properly do this?
steven
Posts: 218
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 1 time

Re: using the video tutorial db offline?

Unread post by steven »

ehatherley,

First thing to try might be downloading the module from here.. http://www.nubuilder.com/nubuilderwww/i ... av=modules (instead of using the backup you made).
See how that goes first and let us know..

Steven
If you like nuBuilder, how about leaving a nice review on SourceForge?
Post Reply