Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Location
    Norway
    Posts
    13

    Solved 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);

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    ALTER TABLE `server_properties` CHANGE `value` `value` VARCHAR(2048) CHARSET utf8 COLLATE utf8_unicode_ci NULL;

  3. #3
    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

  1. TS3 + Mysql, server_properties not saved
    By sbeex in forum Linux / FreeBSD
    Replies: 14
    Last Post: 20-07-2012, 16:07
  2. TS2 DB mysql -> server.dbs oder mysql support unter 64 bit linux
    By DarkSun in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 18-07-2007, 09:35
  3. TS2 und MySQL
    By CZCC in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 19-05-2005, 14:37
  4. TS2 & MySQL?
    By kosposse in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 15-08-2004, 04:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •