I have created the table needed in MySql and it seems to work out of the box from there, so it is only a matter of changing the install scripts, perhaps i can find the time to make one that works with MySql asweel.
Just run the standard package installation and then apply this SQL to the MySql database afterwards, since there is no future plans for including MySql support with the InfoCaster 301 package :-)
Otherwise you can edit the package.xml file and replace the MsSql script with this.
MySql recognises only the ` and NOT the ' for tablenames, this is not a typo.
If the table is expanded for future standard features, u need to manually update the MySql table.
CREATE TABLE IF NOT EXISTS `infocaster301` ( `NodeID` int(11) NOT NULL, `OldUrl` varchar(400) NOT NULL, `IsCustom` bit(1) NOT NULL DEFAULT false, `IsRegex` bit(1) NOT NULL DEFAULT false, `Message` varchar(400) DEFAULT NULL, `Inserted` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`NodeID`,`OldUrl`) )
MySql Support
I have tried installing the v1.3. and still no support for MySql powered umbraco installation,
an installer for MySql databases would be appriciated, since many of our websites are running MySql, for several reasons.
I'm not creating an extra version especially for MySQL, sorry. You could look at the SQL command in the package.xml and convert it...
hello Kipuseop
Thank you for answering.
I have created the table needed in MySql and it seems to work out of the box from there, so it is only a matter of changing the install scripts, perhaps i can find the time to make one that works with MySql asweel.
Thanks :-)
Ah ok, that sounds good.
Please do find the time to create a SQL statement for creating the table, so you can share it here with others :-)
Hey Everybody
I have this script for creating the MySql table.
Just run the standard package installation and then apply this SQL to the MySql database afterwards, since there is no future plans for including MySql support with the InfoCaster 301 package :-)
Otherwise you can edit the package.xml file and replace the MsSql script with this.
www.boblog.dk - xslt and in time much more.
Nice job, thanks :-)
http://www.softpilar.com/media/11137/301_url_tracker_1.3_mysql.zip
I came across the same problem, so I thought this might save people some time.
/Bilal
Hi, can you post another time the url tracker package for mysql? It seems that the link is wrong..
Thank you
Hi before installing the plugin just create a table in mysql
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.