UBB.Dev
Posted By: certify Hack for MySQL database - 08/06/2001 4:12 PM
What about a hack to use MySQL instead of flat file db?
Posted By: certify Re: Hack for MySQL database - 08/08/2001 5:43 PM
Up..
Posted By: jordo Re: Hack for MySQL database - 08/08/2001 7:07 PM
ive thought about this one, but its very very doubtfull ill do it - even though they made it a bit easier in 6.1.0 by making all file writes called from generic subs...
Posted By: AllenAyres Re: Hack for MySQL database - 08/08/2001 7:22 PM
Charles can probably give you a few hints... he's said there are a few routines that should make it much easier.
Posted By: Charles Capps Re: Hack for MySQL database - 08/08/2001 7:50 PM
&OpenTopic, &WriteTopic, &OpenProfile, &WriteMemberProfile.

Nuff said.
Posted By: Brad.loo Re: Hack for MySQL database - 08/16/2001 1:31 AM
i really like this idea, seein how my server just gave me the option for MySQL, it woud be nice to be able to run on it if u want to. i mean ALOT of my members are "use vb it has MySQL" and of coures i will not go to vb tipsy

[ August 15, 2001: Message edited by: Anime-loo ]
Posted By: Mr, Burn Re: Hack for MySQL database - 08/17/2001 11:18 AM
Why is it very very doubtful?
Posted By: Greg Hard Re: Hack for MySQL database - 08/17/2001 6:12 PM
Posted By: Fuzion Re: Hack for MySQL database - 08/17/2001 7:46 PM
This would make a good UBB 6.2 feature, the ability to pick from MSQL or file database.
Posted By: Charles Capps Re: Hack for MySQL database - 08/18/2001 12:29 AM
UBB will never natively use an RDBMS. (Natively meaning stock, out of the box, without modification of any sort)

80% of the work (the profiles and topics) can be done in 20% of the time... the other 20% of the work will take 80% of the time due to the sheer ammount of crap that has to be altered.

[ August 17, 2001: Message edited by: Charles Capps ]
Posted By: Brad.loo Re: Hack for MySQL database - 08/18/2001 12:48 AM
the big question is will this effect hacks? if your ubb went mySQL would it kill all your hacks or not ? O.o (im stupid at these kinda things heh)

if i couldent get it to run on mySQL any other ways to make it speed up a bit? im hella fast as it is but i would still like better speed..
Posted By: Greg Hard Re: Hack for MySQL database - 08/18/2001 1:07 AM
I'm working on a database management system i call "iUBB", in essence its a REAL version of iB's iDatabase system. Where it connects to the SQL database, stores, receives and prints data to it.
basically we'll do a call to:
use DBI; # <--run the DBI module
use iUBB::SQL; # <--custom build module::sql section
use iUBB::ubbcgi; #<--certain parts only need loading for certain files.

The iUBB system will allow CP connection of mySQL/mSQL or PostgresSQL databases, a conversion section, MAINTAINING AND UPDATING the database when a new version is released (ie,. nothing will ever be lost) and easy upgrading.

Its not a fake SQL.

Its iUBB, Interdatabased UBB System.

Its a bast to write.
Its 45% done.
It works about 15% of the way.

Its lost on a disk. wink
Posted By: Balbanes Re: Hack for MySQL database - 08/18/2001 9:24 PM
That sounds cool mastermind. Cant wait to see it.

Maybe it could be released alongside version 7.0?
Posted By: Brad.loo Re: Hack for MySQL database - 08/19/2001 12:39 AM
MasterMind: LOL well i hope u can get it out soon, id really love to try it.

[ August 18, 2001: Message edited by: Anime-loo ]
Posted By: CtrlAltDel Re: Hack for MySQL database - 08/26/2001 9:28 AM
would make sense to me for infopop to just offer a flat file version and a mysql version

we pay that much for the software, some more options would be nice.

[ August 26, 2001: Message edited by: CtrlAltDel ]
Posted By: qasic Re: Hack for MySQL database - 08/26/2001 10:33 PM
MySQL conversion is a huge undertaking; frankly I don't think it's really worth the time frown

qasic
Posted By: psychopathic Re: Hack for MySQL database - 08/26/2001 11:59 PM
Quote
quote:
RIGHT ON!!!

a SQL addon would be great!! I mean, this would be PERFECT for big sites which UBB puts a big load on... for example, 411hype, they were GODLY in my eyes when they had their UBB, but it put too much strain on the server so they switched to mySQL powered vBulletin, and look at it now, it sucks!!

[EDIT]You might wish to pick your choice of words more wisely next time. Language like that is not acceptable here.[/EDIT]

[EDIT]: oh sorry, i forgot this place was an exception to the 1st amendment... my bad...

[ August 26, 2001: Message edited by: Matt Jacob ] *cough*communist*cough*

[ August 29, 2001: Message edited by: psychopathic ]
© UBB.Developers