Datenbankimport, max_allowed_packet, my.cnf

Hilfe zu Znuny Problemen aller Art
Locked
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Datenbankimport, max_allowed_packet, my.cnf

Post by boris »

Hallo,

ich käpfe immer noch mit meinem Umzug von Windows auf Debian.
Ich habe OTRS auf CentOS6 so wie im handbuch beschrieben steht installiert.

Beim Mysql-Dump Import meckert die max_allowed_packet an. Die wollte ich dann auf 16M setzen aber in meinem /etc/my.cnf steht nur:

Code: Select all

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
Weiss jemand was ich da falsch gemacht habe?
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Datenbankimport, max_allowed_packet, my.cnf

Post by jojo »

dann füg die Zeile hinzu... Die MySQL Doku hilft Dir notfalls weiter
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Re: Datenbankimport, max_allowed_packet, my.cnf

Post by boris »

Hi,

danke dir.
Das hab ich gestern auch so gemacht. Ist denn nicht irgendwas schief gelaufen wenn das nicht funktioniert?
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Datenbankimport, max_allowed_packet, my.cnf

Post by jojo »

in Deiner my.cnf ist es nicht drin?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
boris
Znuny wizard
Posts: 554
Joined: 22 Feb 2010, 18:27
Znuny Version: 3.0.4

Re: Datenbankimport, max_allowed_packet, my.cnf

Post by boris »

Nö.
Ich habs gestern dabei geschrieben und es funktioniert, aber das ist sicher nicht so gedacht oder?
Produktiv:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL

Test:
OTRS 3.1.7
CentOS 6.3
Apache2/MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Datenbankimport, max_allowed_packet, my.cnf

Post by jojo »

doch natürlich kannst/musst Du deine minimalistische Config anpassen
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked