PDA

View Full Version : upgrading my sql


Maverick1236
Fri 27th Jun '03, 10:08am
im already running vb3 on a test board

ive tried upgrading mysql numerous time from 3.23 to the current version

when i do this-my board wont come back up-i get database errors

can someone please provide a "how to" upgrade your board from mysql 3.23 to the current version?

im having no luck-tx

im on a windows server running nusphere

this means apache and mysql 3.23

also is there anyway to import mysql tables from 3.23 to the current version of mysql?

eva2000
Sat 5th Jul '03, 12:10pm
im already running vb3 on a test board

ive tried upgrading mysql numerous time from 3.23 to the current version

when i do this-my board wont come back up-i get database errors

can someone please provide a "how to" upgrade your board from mysql 3.23 to the current version?

im having no luck-tx

im on a windows server running nusphere

this means apache and mysql 3.23

also is there anyway to import mysql tables from 3.23 to the current version of mysql?
what database errors are you getting ?

how are you upgrading mysql right now ?

you can use mysqldump (guide here http://www.sitepoint.com/article/678) to backup your databases and import them into a new version as well