Страница 1 из 1

MySQL 5.5 не стартует автоматом

Добавлено: 2012-06-29 13:25:06
Laterport
Здравствуйте.
Поставил на виртуалку мускул версии 5.5 всё настроил вроде бы, только вот автоматом не стартует она.

В /etc/rc.conf

Код: Выделить всё

# -- sysinstall generated deltas -- # Thu Mar 29 19:07:01 2012
# Created: Thu Mar 29 19:07:01 2012
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="test.in"
ifconfig_em0="DHCP"
keymap="ru.koi8-r"
sshd_enable="YES"
echo mysql_enable-"YES"
в My.cnf

Код: Выделить всё

# Example MySQL config file for large systems.
#
# This is for a large system with memory = 512M where the system runs mainly
# MySQL.
#
# MySQL programs look for option files in a set of
# locations which depend on the deployment platform.
# You can copy this option file to one of those
# locations. For information about these locations, see:
# http://dev.mysql.com/doc/mysql/en/option-files.html
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
#password       = your_password
port            = 3306
socket          = /tmp/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
log=/var/log/mysql.log
port            = 3306
socket          = /tmp/mysql.sock
skip-external-locking
key_buffer_size = 256M
max_allowed_packet = 1M
table_open_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size= 16M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin

# binary logging format - mixed recommended
binlog_format=mixed
file "/etc/my.cnf", 147 lines
При попытки запустить руками после перезагрузки машины:

Код: Выделить всё

mysql not running? check /var/db/mysql/test.in.pid
После чего демон успешно стартует и всё работает.

Помогите пожалуйста понять в чём причина.

Re: MySQL 5.5 не стартует автоматом

Добавлено: 2012-06-29 13:43:12
hizel

Код: Выделить всё

echo mysql_enable-"YES"
дожили, уже скопипастить не могут

Re: MySQL 5.5 не стартует автоматом

Добавлено: 2012-06-29 14:14:59
Laterport
Ай ай ай, какая невнимательность. Большое спасибо.