terrier
american
australian
bedlington
success: function (data) {
$.each(data.message,function (key,value) {
$('#dog_item-list').append('<li>' + key + '|' + value + '</li>');
});
springer|english
stbernard|
terrier|american,australian,bedlington,border,dandie,fox,irish,kerryblue,lakeland,norfolk,norwich,patterdale,scottish,sealyham,silky,tibetan,toy,westhighland,wheaten,yorkshire
{
name: [Вася, Петя, Саша]
}
mysql> GRANT REPLICATION SLAVE ON *.* TO 'root'@'%' IDENTIFIED BY 'my_password';
ERROR 1064 (42000): 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 'IDENTIFIED BY 'my_password'' at line 1
mysql> GRANT REPLICATION SLAVE ON *.* TO 'admin'@'%' IDENTIFIED BY 'my_password';
ERROR 1064 (42000): 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 'IDENTIFIED BY 'my_password'' at line 1