Well, you could try to adapt the SQL installation script. But you're probably going to get stuck along the way, as this has not been tried with a mySQL database..
The package actually uses the datalayer, so in theory it could work. You could try and take the db installer usercontrol an change it so it let's you run the code, and see what happens.
Just make sure that you backup your DB first. (Always!)
Install forum database tables on MySQL database
Hi.
I just tried to install this package, and it came up with this error during installation:
"Install forum database tables
uForum has only been tested with SQLServer, so this package can not install the database."
I am hosted at unoeuro wich runs MySQL database, so i assume that SQLServer means MSSQL server.
Are there any plans of making a MySQL installer for the package? (I don't have access to the database to create the tables myself)
_Frej
Okay - i just gained access to my MySQL database.
Which tables/properties should i create to get the package to work?
_Frej
Well, you could try to adapt the SQL installation script. But you're probably going to get stuck along the way, as this has not been tried with a mySQL database..
The package actually uses the datalayer, so in theory it could work. You could try and take the db installer usercontrol an change it so it let's you run the code, and see what happens.
Just make sure that you backup your DB first. (Always!)
http://uforum.codeplex.com/sourcecontrol/changeset/view/22228?projectName=uforum#430515
Let us know how/if it works out.
is working on a reply...