ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Владимир Черный" <black@altlinux.ru>
To: "ALT Linux Community general discussions" <community@lists.altlinux.org>
Subject: Re: [Comm] 2 горящих вопроса по MySQL
Date: Thu, 21 Feb 2008 17:29:42 +0300
Message-ID: <35d0daa60802210629j393d1607lf5e45180e84fdbf0@mail.gmail.com> (raw)
In-Reply-To: <47BD2F2C.4000304@altlinux.ru>

21.02.08, Andrey Konnov<ankon@altlinux.ru> написал(а):
> Владимир Черный пишет:
>
> > 21.02.08, gladko<gladko@inbox.ru> написал(а):
>  >>  Очень прошу подсказки.
>  >>
>  >>
>  >>
>  >>  ВОПРОС1
>  >>
>  >>  После установки Mysql
>  >>
>  >>  apt-get insatll mysql
>  >>  service mysqld start
>  >>  chkonfig --level 2 3 4 5 on
>  >>
>  >>  всё поднимается и работает, но есть одно НО - похоже MySQL работает
>  >>  через сокет т.к по netstat -antu я не вижу висящего (работающего) MySQL
>  >>
>  >>  как мне сделать что бы mysql виден был по netstat и я мог бы обращаться к mysql по петле (127.0.0.1)
>  >>  Мне это нужно что бы билинг мог работать с базой.
>  > в my.cnf раскоментить skip-networking пробовали?
>
>
> По моему skip-networking нужно как раз закаментить ;)
Сорри, посмотрел на свой :) и сказал наоборот...
>
>
>  >>
>  >>
>  >>
>  >>
>  >>
>  >>
>  >>  ВОПРОС2
>  >>
>  >>  Есть рабочая база   dbaza1,   я её бэкаплю
>  >>
>  >>   mysqldump dbaza1 -u root -p  >> bk_dbaza1
>  >>
>  >>
>  >>  По причине переноса сервера мне нужно эту базу залить обратно.
>  >>  Соответственно после поднятия MySQL сервера, ни каких баз нету, кроме тех
>  >>  которые ставятся во время установки mysql поумолчанию.
>  >>
>  >>  Нужно залить бэкап   bk_dbaza1   в mysql, так
>  >>  что бы там появилась  нормальная рабочая база  dbaza1
>  >>
>  >>   Это возможно сделать?
>  > зайти клиентом
>  > mysql -uroot
>  > создать базу dbaza1 (create ...)
>  > выйти и залить бэкап
>  > mysql -uroot dbaza1 <bk_dbaza1
>  >
>  >>
>  >>
>  >>  _______________________________________________
>  >>  community mailing list
>  >>  community@lists.altlinux.org
>  >>  https://lists.altlinux.org/mailman/listinfo/community
>  >
>  >
>
>
>  --
>
> Andrey Konnov
>  ankon at altlinux.ru
>
> _______________________________________________
>  community mailing list
>  community@lists.altlinux.org
>  https://lists.altlinux.org/mailman/listinfo/community


-- 
С уважением,
Владимир Черный
Начальник отдела образовательных проектов ALT Linux
mailto: black at altlinux.ru
Jabber: black at altlinux.org
ICQ: 199158712

  reply	other threads:[~2008-02-21 14:29 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 22:23 gladko
2008-02-21  3:45 ` Хихин Руслан
2008-02-21  9:44   ` gladko
2008-02-21 10:03     ` Алексей Шенцев
2008-02-21 10:52     ` Andrey Konnov
2008-02-21 19:11     ` Yura Kalinichenko
2008-02-21 21:31       ` gladko
2008-02-22 22:28         ` [Comm] kernel (make menuconfig) gladko
2008-02-22 22:52           ` Michael Shigorin
2008-02-22 22:54             ` Michael Shigorin
2008-02-22 23:23             ` gladko
2008-02-23 15:39           ` Vladimir V. Kamarzin
2008-02-24 23:23             ` gladko
2008-02-24 23:42               ` Alexey Rusakov
2008-02-25  6:50               ` Mikhail Gusarov
2008-02-25  6:50                 ` Mikhail Gusarov
2008-02-25 15:35                   ` gladko
2008-02-25 15:36                     ` Mikhail Gusarov
2008-02-25 15:50                     ` Andrey Rahmatullin
2008-02-25 18:17                     ` Michael Shigorin
2008-02-25 19:44                       ` gladko
2008-02-25 19:51                         ` Igor Zubkov
2008-02-25 19:52                         ` Alexey I. Froloff
2008-02-25 20:41                           ` Michael Shigorin
2008-02-25 19:53                         ` Damir Shayhutdinov
2008-02-25 20:15                         ` Alexey Rusakov
2008-02-25 20:27                         ` Michael Shigorin
2008-02-21  4:33 ` [Comm] 2 горящих вопроса по MySQL Evgeny Yugov
2008-02-21  5:43 ` Владимир Черный
2008-02-21  7:58   ` Andrey Konnov
2008-02-21 14:29     ` Владимир Черный [this message]
2008-02-21  6:24 ` Алексей Шенцев
2008-02-21  8:05   ` Алексей Шенцев

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=35d0daa60802210629j393d1607lf5e45180e84fdbf0@mail.gmail.com \
    --to=black@altlinux.ru \
    --cc=community@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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git