The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
IIRC this was changed: http://www.vbulletin.com/forum/forum...-dbalter-class
But I altered that anyway and am using mysql 5.5 I wonder if there was anythign more. |
#12
|
||||
|
||||
You're right, that was fixed in 388, but those are not used in day to day running of the forum anyway.
I see no reason 387/388 would not run happily on mariadb or mysql 5.6. My local dev server runs mysql 5.6.14, and I have test vb3 sites that run just fine (even my test vb.org, which is vb 3.6.12). |
#13
|
||||
|
||||
Thanks. This is all very helpful. I'll upgrade to mysql 5.6 first. If that runs well (which seems likely) then I'll go for MariaDB 10 or even Percona if that turns out to be better.
|
#14
|
|||
|
|||
Did both with no problems, now running 3.8.8.
You might be thinking of the PHP version, which can definitely play into this. |
#15
|
||||
|
||||
im getting loads of this now:
Database error in vBulletin 3.8.7: Invalid SQL: INSERT INTO vb_postlog (postid, useragent, ip, dateline) VALUES (1484838, 'Mozilla/5.0 (BlackBerry; U; BlackBerry 9360; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.258 Mobile Safari/534.11+', 2927070735, 1403684239); MySQL Error : Data too long for column 'useragent' at row 1 Error Number : 1406 I have set the string to 255 which is the max, but it still results in errors. Probably because of UFT-8. What to do? |
#16
|
|||
|
|||
Is it a varchar? Max value of a varchar can be 65535, but maybe you should use `text` instead.
Edit: refer to http://stackoverflow.com/a/18459732/1961685 if you want to make the values to be truncated instead of showing the error. |
#17
|
|||
|
|||
How to convert my current vbulletin database to MariaDB? Should all the tables be converted or just some.
|
#18
|
||||
|
||||
|
#19
|
|||
|
|||
You don't have to change anything in the database yourself, all you're changing is the software. Everything else will be the same.
|
#20
|
|||
|
|||
but do the tables need to be changed to aria engine to utilize MariaDB?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|