UPDATE vhosts_kp SET servname = 'yandex.com' alias = 'yandex.com www.yandex.com' email = 'dart@xxx.ru' indexfiles = '' charset = '' WHERE userid = 'admin' AND name = 'mysite'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alias = 'yandex.com www.yandex.com' email = 'dart@xxx.ru' indexfiles = '' c' at line 1
UPDATE `vhosts_kp`
SET `servname` = 'yandex.com',
`alias` = 'yandex.com www.yandex.com',
`email` = 'dart@xxx.ru',
`indexfiles` = '',
`charset` = ''
WHERE `userid` = 'admin'
AND `name` = 'mysite'