From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <433BD78D.9080402@rambler.ru> Date: Thu, 29 Sep 2005 15:01:17 +0300 From: Olvin User-Agent: Mozilla Thunderbird 0.6 (X11/20040511) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ALT Linux Community Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Auth-User: olvin, whoson: (null) Subject: [Comm] =?koi8-r?b?88/axMHOycUgzsHewczYzs/KINTBwszJw9kgbXlzcWw=?= X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 12:03:34 -0000 Archived-At: List-Archive: List-Post: Попробовал в качестве эксперимента снести базу mysql и создать её с нуля, такую, какая сразу после установки. # service mysqld stop Stopping mysqld service: [ DONE ] # cd /var/lib/mysql # cp -Rl db db- # rm -Rf db/* # /usr/sbin/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables ERROR: 1049 Unknown database 'mysql' 050929 14:56:41 Aborting 050929 14:56:41 /usr/sbin/mysqld: Shutdown Complete Installation of grant tables failed! Examine the logs in /var/lib/mysql/log for more information. You can also try to start the mysqld daemon with: /usr/sbin/mysqld --skip-grant & You can use the command line tool /usr/bin/mysql to connect to the mysql database and look at the grant tables: shell> /usr/bin/mysql -u root mysql mysql> show tables Try 'mysqld --help' if you have problems with paths. Using --log gives you a log in /var/lib/mysql/log that may be helpful. The latest information about MySQL is available on the web at http://www.mysql.com Please consult the MySQL manual section: 'Problems running mysql_install_db', and the manual section that describes problems on your OS. Another information source is the MySQL email archive. Please check all of the above before mailing us! And if you do mail us, you MUST use the /usr/bin/mysqlbug script! cat << END_OF_DATA Please report any problems with the /usr/bin/mysqlbug script! # Т.е. ничего не создаёт а только ругается. Что делать?