Найти - Пользователи
Полная версия: проблема с mysql
Начало » Базы данных » проблема с mysql
1
max38934
Установил MySQL, но при каждом рестарте сервака, скул вешается на другой порт!

root@max-A7N8X-X:/etc/mysql# service mysql restart
mysql start/running, process 2954
root@max-A7N8X-X:/etc/mysql# service mysql restart
mysql start/running, process 3032
root@max-A7N8X-X:/etc/mysql# service mysql restart
mysql start/running, process 3110
 mysql  Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (i686) using readline 6.1
my.cnf

[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0

[mysqld]

user = mysql
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#bind-address = 127.0.0.1
#
# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 192K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication

log_error = /var/log/mysql/error.log

#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name

[mysqldump]
quick
quote-names
max_allowed_packet = 16M

[mysql]
#no-auto-rehash # faster start of mysql but no tab completition

[isamchk]
key_buffer = 16M

!includedir /etc/mysql/conf.d/
Подскажите пожалуйста, как зафиксировать порт 3306?
Nik
Порт серверный (3306) это одно, а порт программный (любой доступный) это совершенно другое. Не путайте одно с другим (port и pid)…
o7412369815963
там ж написано что это процесс: “… process 2954”
убедиться что он запустился на нужном порту можно так:
sudo netstat -nlp | grep sql
max38934
Спасибо, что прояснили ситуацию!=)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB