Skip to main content

Part 3 | PowerGSLB Update Maximum Character in Records

If youre add record more than 255 character use this for upgrading maximum character

mariadb -u root -p

use powergslb;
ALTER TABLE contents MODIFY content VARCHAR(512);
exit;