From: Yuriy Kashirin <yura@emict.com>
To: ALT Linux sysadmins' discussion <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] правильный бекап mysql
Date: Tue, 12 Feb 2013 14:39:29 +0200
Message-ID: <1617251.Huk179eu9M@uka-hp.localdomain> (raw)
In-Reply-To: <5117B674.8080304@altlinux.ru>
On 10 февраля 2013 19:02:12 Anton Gorlov wrote:
> all -а подскажите как правильно бекапить базы mysql..
> Вернее не совсем понятно как правильно бекапить хранимки/вьюшки.
> В дампе почему-то при использовании ключа -R вьюшка как минимум
> получается заккоментирована
>
> /*!50001 CREATE ALGORITHM=UNDEFINED */
> /*!50013 DEFINER=`root`@`%` SQL SECURITY DEFINER */
> /*!50001 VIEW `active_tasks`.....
Это специальный комментарий, определяющий при какой минимальной версии
mysql закоментрованный код будет исполняться.
http://dev.mysql.com/doc/refman/5.1/en/comments.html
If you add a version number after the “!” character, the syntax within
the comment is executed only if the MySQL version is greater than or
equal to the specified version number.
То есть ваша вьюшка будет создана, если Вы восстанавливаете бэкап на
mysql сервере версии 5.0.1 и выше. А если еще и >=5.0.13, то и
DEFINER=... выполнится.
--
Best regards
Yuriy Kashirin
next prev parent reply other threads:[~2013-02-12 12:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 15:02 Anton Gorlov
2013-02-12 12:39 ` Yuriy Kashirin [this message]
2013-02-12 15:34 ` Nikolay A. Fetisov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617251.Huk179eu9M@uka-hp.localdomain \
--to=yura@emict.com \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git