Results 1 to 3 of 3
-
28-04-2012, 05:27 #1
-= TeamSpeak User =-
- Join Date
- Mar 2010
- Location
- Norway
- Posts
- 13
Mysql server_properties 255 to 2048 how?
Hi
Ive just updated my Ts from 3.0.3 to 3.0.5 and it says in the update info
MySQL users, please alter your table server_properties and extend the "value" field from varchar(255) to varchar(2048)
how exactly? I'm newb when it comes to Mysql.
And btw, I do all over ssh in a shell.
Would this be the right way to do it?
use Databasename;
alter table server_properties modify * VARCHAR(2048);
-
28-04-2012, 12:39 #2
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,042
ALTER TABLE `server_properties` CHANGE `value` `value` VARCHAR(2048) CHARSET utf8 COLLATE utf8_unicode_ci NULL;
-
28-04-2012, 15:15 #3
-= TeamSpeak User =-
- Join Date
- Mar 2010
- Location
- Norway
- Posts
- 13
Thank you.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS3 + Mysql, server_properties not saved
By sbeex in forum Linux / FreeBSDReplies: 14Last Post: 20-07-2012, 16:07 -
TS2 DB mysql -> server.dbs oder mysql support unter 64 bit linux
By DarkSun in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 18-07-2007, 09:35 -
TS2 und MySQL
By CZCC in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 19-05-2005, 14:37 -
TS2 & MySQL?
By kosposse in forum [TeamSpeak 2] Addons & ScriptsReplies: 0Last Post: 15-08-2004, 04:48


Reply With Quote