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?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
using the video tutorial db offline?
Re: using the video tutorial db offline?
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
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
A short post is a good post.