The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"mysql 5.4.1"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [ Отслеживать ]

"mysql 5.4.1"  +/
Сообщение от patron email(??) on 30-Ноя-09, 18:04 
Имеется FreeBSD 8.0 Release
Mysql 5.1 установленный из портов

При запуске запуске mysql
>/usr/local/etc/rc.d/mysql-server start

Starting mysql
>

но в процессах его нет
>ps -aux | grep mysql
>

Ниже приводится файл ошибок mysql

vi /var/db/mysql/runa.adamant.ua.err


091130 16:39:51 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
091130 16:39:51 [Note] Plugin 'FEDERATED' is disabled.
/usr/local/libexec/mysqld: Table 'mysql.plugin' doesn't exist
091130 16:39:51 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
InnoDB: Log scan progressed past the checkpoint lsn 0 37356
091130 16:39:51  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 44233
091130 16:39:51  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
091130 16:39:51  InnoDB: Started; log sequence number 0 44233
091130 16:39:51 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
091130 16:39:51 mysqld_safe mysqld from pid file /var/db/mysql/runa.chl.kiev.ua.pid ended

Высказать мнение | Ответить | Правка | Cообщить модератору

Оглавление

  • mysql 5.4.1, ilia kuliev, 19:10 , 30-Ноя-09, (2)  
    • mysql 5.4.1, patron, 10:21 , 01-Дек-09, (5)  
      • mysql 5.4.1, бусик, 10:33 , 01-Дек-09, (6)  
      • mysql 5.4.1, Pahanivo, 10:36 , 01-Дек-09, (7)  
        • mysql 5.4.1, patron, 15:49 , 01-Дек-09, (8)  
          • mysql 5.4.1, ilia kuliev, 16:50 , 01-Дек-09, (9)  
            • mysql 5.4.1, patron, 17:20 , 01-Дек-09, (10)  
              • mysql 5.4.1, Pahanivo, 17:46 , 01-Дек-09, (11)  
                • mysql 5.4.1, patron, 22:55 , 01-Дек-09, (12)  
                  • mysql 5.4.1, ilia kuliev, 15:13 , 02-Дек-09, (13)  
                    • mysql 5.4.1, Pahanivo, 15:52 , 02-Дек-09, (15)  
  • mysql 5.4.1, Nimdar, 15:45 , 02-Дек-09, (14)  

Сообщения по теме [Сортировка по времени | RSS]


2. "mysql 5.4.1"  +/
Сообщение от ilia kuliev (??) on 30-Ноя-09, 19:10 

>091130 16:39:51 [ERROR] Fatal error: Can't open and lock privilege tables: Table
>'mysql.host' doesn't exist

как насчет прогнать скрипт создания базы nysql ?
mysql_install_db я имею в виду.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "mysql 5.4.1"  +/
Сообщение от patron email(??) on 01-Дек-09, 10:21 
>
>>091130 16:39:51 [ERROR] Fatal error: Can't open and lock privilege tables: Table
>>'mysql.host' doesn't exist
>
>как насчет прогнать скрипт создания базы nysql ?
>mysql_install_db я имею в виду.

/usr/local/bin/mysql_install_db

Installing MySQL system tables...

Installation of system tables failed!  Examine the logs in
/var/db/mysql for more information.

You can try to start the mysqld daemon with:

    shell> /usr/local/libexec/mysqld --skip-grant &

and use the command line tool /usr/local/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/local/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/db/mysql 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 are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/local/bin/mysqlbug script!


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "mysql 5.4.1"  +/
Сообщение от бусик on 01-Дек-09, 10:33 
>[оверквотинг удален]
>
>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 are the
>MySQL email archives available at http://lists.mysql.com/.
>
>Please check all of the above before mailing us!  And remember,
>if
>you do mail us, you MUST use the /usr/local/bin/mysqlbug script!

ну и? смотриле логи, скриптик же написал куда идти и что посмотреть.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

7. "mysql 5.4.1"  +/
Сообщение от Pahanivo email(ok) on 01-Дек-09, 10:36 
>[оверквотинг удален]
>
>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 are the
>MySQL email archives available at http://lists.mysql.com/.
>
>Please check all of the above before mailing us!  And remember,
>if
>you do mail us, you MUST use the /usr/local/bin/mysqlbug script!

слухай уважаемый - ты бы уже реально начал читать вывод - ВСЕХ ПА АНГЛИЦКИ НАПИСАНО!
пля буду в логе написано что прав на var не хватает

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

8. "mysql 5.4.1"  +/
Сообщение от patron email(??) on 01-Дек-09, 15:49 
>[оверквотинг удален]
>>describes problems on your OS.  Another information source are the
>>MySQL email archives available at http://lists.mysql.com/.
>>
>>Please check all of the above before mailing us!  And remember,
>>if
>>you do mail us, you MUST use the /usr/local/bin/mysqlbug script!
>
>слухай уважаемый - ты бы уже реально начал читать вывод - ВСЕХ
>ПА АНГЛИЦКИ НАПИСАНО!
>пля буду в логе написано что прав на var не хватает

епт
>ls -l -d /var/db/mysql

dwrxrwxrwx 4 root wheel 512 Dec 1 09:18 /var/db/mysql
>
>ls -l /var/db/mysql/mysql

dwrxrwxrwx 4 root wheel 512 Dec 1 09:18 /var/db/mysql/mysql
>

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

9. "mysql 5.4.1"  +/
Сообщение от ilia kuliev (??) on 01-Дек-09, 16:50 
ну понятно, а в логах что, все-таки?
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

10. "mysql 5.4.1"  +/
Сообщение от patron email(??) on 01-Дек-09, 17:20 
>ну понятно, а в логах что, все-таки?

vi /var/db/mysql/runa.adamant.ua.err


091130 16:39:51 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
091130 16:39:51 [Note] Plugin 'FEDERATED' is disabled.
/usr/local/libexec/mysqld: Table 'mysql.plugin' doesn't exist
091130 16:39:51 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
InnoDB: Log scan progressed past the checkpoint lsn 0 37356
091130 16:39:51 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 44233
091130 16:39:51 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
091130 16:39:51 InnoDB: Started; log sequence number 0 44233
091130 16:39:51 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
091130 16:39:51 mysqld_safe mysqld from pid file /var/db/mysql/runa.adamant.ua.pid ended

А в /var/log/mysql.log пусто

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

11. "mysql 5.4.1"  +/
Сообщение от Pahanivo email(ok) on 01-Дек-09, 17:46 
под каким юзером стартует мускул?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

12. "mysql 5.4.1"  +/
Сообщение от patron email(??) on 01-Дек-09, 22:55 
>под каким юзером стартует мускул?

root

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

13. "mysql 5.4.1"  +/
Сообщение от ilia kuliev (??) on 02-Дек-09, 15:13 
>>под каким юзером стартует мускул?
>
>root

Тогда я ничего не понимаю :)  Что-то с портами, возможно. Если край как нужно, снесите из портов, и соберите из исходников. Это точно сработает, хоть и неправильно так делать.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

15. "mysql 5.4.1"  +/
Сообщение от Pahanivo email(ok) on 02-Дек-09, 15:52 
>>>под каким юзером стартует мускул?
>>
>>root
>
>Тогда я ничего не понимаю :)  Что-то с портами, возможно. Если
>край как нужно, снесите из портов, и соберите из исходников. Это
>точно сработает, хоть и неправильно так делать.

ну почему сразу неправильно )) на вкус и цвет ...

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

14. "mysql 5.4.1"  +/
Сообщение от Nimdar (ok) on 02-Дек-09, 15:45 
>[оверквотинг удален]
>
>
>vi /var/db/mysql/runa.adamant.ua.err
>
>
>091130 16:39:51 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
>091130 16:39:51 [Note] Plugin 'FEDERATED' is disabled.
>/usr/local/libexec/mysqld: Table 'mysql.plugin' doesn't exist
>091130 16:39:51 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to
>create it.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Логи для того, чтобы их читали.


>[оверквотинг удален]
>55 56 57 58 59 60 61 62 63 64 65
>66 67 68 69 70 71 72 73 74 75 76
>77 78 79 80 81 82 83 84 85 86 87
>88 89 90 91 92 93 94 95 96 97 98
>99
>InnoDB: Apply batch completed
>091130 16:39:51  InnoDB: Started; log sequence number 0 44233
>091130 16:39:51 [ERROR] Fatal error: Can't open and lock privilege tables: Table
>'mysql.host' doesn't exist
>091130 16:39:51 mysqld_safe mysqld from pid file /var/db/mysql/runa.chl.kiev.ua.pid ended

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру