Ich habs hinbekommen... musste Manuell alle DB löschen die ich angelegt hab.So Unfähig bin ich dann aber auch nicht
Beiträge von hchristo
-
-
Benötige eure Hilfe... Was ist wieder mit meinem MySQL Server los?
Folgender Error wird ausgespuckt:
ZitatAlles anzeigen150624 05:23:54 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql2015-06-24 05:23:54 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
2015-06-24 05:23:54 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-06-24 05:23:54 4726 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 5000)2015-06-24 05:23:54 4726 [Warning] Buffered warning: Changed limits: table_cache: 431 (requested 2000)
2015-06-24 05:23:54 4726 [Note] Plugin 'FEDERATED' is disabled.
2015-06-24 05:23:54 4726 [ERROR] Function 'innodb' already exists
2015-06-24 05:23:54 4726 [Warning] Couldn't load plugin named 'innodb' with soname 'ha_innodb.so'.
2015-06-24 05:23:54 4726 [ERROR] Function 'federated' already exists
2015-06-24 05:23:54 4726 [Warning] Couldn't load plugin named 'federated' with soname 'ha_federated.so'.
2015-06-24 05:23:54 4726 [ERROR] Function 'blackhole' already exists
2015-06-24 05:23:54 4726 [Warning] Couldn't load plugin named 'blackhole' with soname 'ha_blackhole.so'.
2015-06-24 05:23:54 4726 [ERROR] Function 'archive' already exists
2015-06-24 05:23:54 4726 [Warning] Couldn't load plugin named 'archive' with soname 'ha_archive.so'.
2015-06-24 05:23:54 4726 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-06-24 05:23:54 4726 [Note] InnoDB: The InnoDB memory heap is disabled
2015-06-24 05:23:54 4726 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-06-24 05:23:54 4726 [Note] InnoDB: Memory barrier is not used
2015-06-24 05:23:54 4726 [Note] InnoDB: Compressed tables use zlib 1.2.7
2015-06-24 05:23:54 4726 [Note] InnoDB: Using Linux native AIO
2015-06-24 05:23:54 4726 [Note] InnoDB: Using CPU crc32 instructions
2015-06-24 05:23:54 4726 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-06-24 05:23:54 4726 [Note] InnoDB: Completed initialization of buffer pool
2015-06-24 05:23:54 4726 [Note] InnoDB: Highest supported file format is Barracuda.
2015-06-24 05:23:54 7f3bec426720 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: If you are installing InnoDB, remember that you must create
InnoDB: directories yourself, InnoDB does not create them.
2015-06-24 05:23:54 4726 [ERROR] InnoDB: Could not find a valid tablespace file for 'wphomepage/wp_options'. See http://dev.mysql.com/doc/refma…bleshooting-datadict.html for how to resolve the issue.
2015-06-24 05:23:54 4726 [ERROR] InnoDB: Tablespace open failed for '"wphomepage"."wp_options"', ignored.
2015-06-24 05:23:54 4726 [Note] InnoDB: 128 rollback segment(s) are active.
2015-06-24 05:23:54 4726 [Note] InnoDB: Waiting for purge to start
2015-06-24 05:23:54 4726 [ERROR] InnoDB: Failed to find tablespace for table '"wphomepage"."wp_options"' in the cache. Attempting to load the tablespace with space id 578.
2015-06-24 05:23:54 7f3bd2ce5700 InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
2015-06-24 05:23:54 4726 [ERROR] InnoDB: Could not find a valid tablespace file for 'wphomepage/wp_options'. See http://dev.mysql.com/doc/refma…bleshooting-datadict.html for how to resolve the issue.
InnoDB: Error: tablespace id is 272 in the data dictionary
InnoDB: but in file ./mailjunky/bm60_file_cache.ibd it is 4051!
2015-06-24 05:23:54 7f3bd2ce5700 InnoDB: Assertion failure in thread 139894916536064 in file fil0fil.cc line 796
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refma…cing-innodb-recovery.html
InnoDB: about forcing recovery.
03:23:54 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 76433 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x30000
/usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x893b3e]
/usr/sbin/mysqld(handle_fatal_signal+0x35a)[0x65cc2a]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf0a0)[0x7f3bec0080a0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35)[0x7f3bea89a165]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x180)[0x7f3bea89d3e0]
/usr/sbin/mysqld[0xa46b64]
/usr/sbin/mysqld[0xa46c75]
/usr/sbin/mysqld[0xa5100b]
/usr/sbin/mysqld[0xa18c9a]
/usr/sbin/mysqld[0xa194a0]
/usr/sbin/mysqld[0xa026f3]
/usr/sbin/mysqld[0x9e7bd9]
/usr/sbin/mysqld[0x995455]
/usr/sbin/mysqld[0x9922a8]
/usr/sbin/mysqld[0x993d89]
/usr/sbin/mysqld[0x9636eb]
/usr/sbin/mysqld[0x9b7de7]
/usr/sbin/mysqld[0x9aafdf]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x7f3bebfffb50]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f3bea94395d]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
150624 05:23:54 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid endedVielen Dank für eure Hilfe
-
Alles Klar... vielen Dank

-
und die Port Einträge sind für je UDP und TCP?
-
Was hab ich denn für Telekommunikationswege? Ich wusste garnicht dass ich mein Eigener Telefon/Handy Dienstleister bin?
Ich betreibe keine Telekommuniaktionsnetzte... kp bei welcher Homepage du warst aber Augen Auf lautete die Devise!
-
Habe in mehrfacher Stundenlanger Arbeit den Server Manuell NEU Eingerichtet... benötige keine Hilfe mehr... Aber vielen Dank für die Antworten... mit außnahme von aho546745 [CLOSED]
-
halloeinige meiner Kunden wollen gerne einen SRV DNS Eintrag für ihren Minecraft Server...ich hab nur keine ahnung wie das geht...Ich benutze mit Liveconfig meine eigenen DNS Server und kann die auch direkt DNS Einträge darüber verwalten.Kann mir da einer eventuell nen Trick verraten?
-
Hat sich im grunde erledigt... hatte versuche die Integration von allem auf den neuen Server einzuspielen...
Leider weiß ich nicht was mit
Zitat- kopieren Sie alle Konfigurationsverzeichnisse auf den neuen Server (/etc/apache2, /etc/postfix, /etc/dovecot, /etc/ssl, /etc/proftpd bzw. /etc/vsftpd, ggf. /etc/nginx)
Gemeint ist weswegen ich eine 1:1 Kopie via SCP auf den Server kopiert hab...
Mir is das zu doof... ich finde es sollte ein Umzugsscript geben... aber egal...
Wie dem auch sei ich lege ab morgen früh jeden Scheiß manuell neu An... sei es Kunden, Mail Adressen oder sonst was...
Wenn du auf das migrieren lusst hast und es kannst dann schreib mir ne PN... ich bin zu doof dafür

-
Das hilft mir nicht.... sry deine antwort is Unnötig.... dir gehört in meinen Augen der PC Weggenommen!
-
dpkg -l|grep mysql sagt
ZitatAlles anzeigenroot@vps178238227177:/var/lib# dpkg -l|grep mysql
ii libdbd-mysql-perl 4.021-1+b1 amd64 Perl5 database interface to the MySQL database
ii libmysqlclient18:amd64 5.6.23-1~dotdeb.3 amd64 MySQL database client library
ii mysql-client-5.6 5.6.23-1~dotdeb.3 amd64 MySQL database client binaries
ii mysql-client-core-5.6 5.6.23-1~dotdeb.3 amd64 MySQL database core client binaries
ii mysql-common 5.6.23-1~dotdeb.3 all MySQL database common files, e.g. /etc/mysql/my.cnf
ii mysql-common-5.6 5.6.23-1~dotdeb.3 all MySQL 5.6 specific common files, e.g. /etc/mysql/conf.d/my-5.6.cnf
iU mysql-server 5.6.23-1~dotdeb.3 all MySQL database server (metapackage depending on the latest version)
iF mysql-server-5.6 5.6.23-1~dotdeb.3 amd64 MySQL database server binaries and system database setup
ii mysql-server-core-5.6 5.6.23-1~dotdeb.3 amd64 MySQL database server binaries
ii php5-mysql 5.5.26-1~dotdeb+7.4 amd64 MySQL module for php5
root@vps178238227177:/var/lib#Und ich habe nur eine my.cnf
-
Ich hab ein Problem...
es sind scheibar 2 mysql server installiert... ich bekomm aber je 1 davon nicht runter da er dann immer Liveconfig-meta mit deinstalliert.wenn ich MySQL-Server und MySQL-Server-5.6 deinstalliere und er auch dann Liveconfig-meta deinstalliert mit:
Zitatapt-get purge mysql-server* mysql-server-5.6*
aber sobald ich dann liveconfig-meta wieder installiere haut er wieder beide MySQL Versionen rauf...
meine Ksite sagt immer das:
ZitatAlles anzeigen0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mysql-server-5.6 (5.6.23-1~dotdeb.3) ...
[ ok ] Stopping MySQL database server: mysqld.
[....] Starting MySQL database server: mysqldNo directory, logging in with HOME=/
[FAIL. . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action 'start' failed.
dpkg: error processing mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.6; however:
Package mysql-server-5.6 is not configured yet.dpkg: error processing mysql-server (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liveconfig-meta:
liveconfig-meta depends on mysql-server; however:
Package mysql-server is not configured yet.dpkg: error processing liveconfig-meta (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.6
mysql-server
liveconfig-meta
E: Sub-process /usr/bin/dpkg returned an error code (1)Ich hab keine ahnung was ich machen soll... HILFEE!!!
-
Ich hab ein Problem... meine Ksite sagt immer das:
ZitatAlles anzeigen0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mysql-server-5.6 (5.6.23-1~dotdeb.3) ...
[ ok ] Stopping MySQL database server: mysqld.
[....] Starting MySQL database server: mysqldNo directory, logging in with HOME=/
[FAIL. . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action 'start' failed.
dpkg: error processing mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.6; however:
Package mysql-server-5.6 is not configured yet.dpkg: error processing mysql-server (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of liveconfig-meta:
liveconfig-meta depends on mysql-server; however:
Package mysql-server is not configured yet.dpkg: error processing liveconfig-meta (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.6
mysql-server
liveconfig-meta
E: Sub-process /usr/bin/dpkg returned an error code (1)Ich hab keine ahnung was ich machen soll... HILFEE!!!
-
Würde mich auch gerne interessieren ob die anleitung nach so vielen jahren noch Aktuell ist... und ob es nicht vlt ein Umzugsscript gibt was der Herr Keppler Schreiben könnte...
-
wget -O -f - https://www.liveconfig.com/liveconfig.key | apt-key add -
--2015-06-05 02:08:11-- http://-/
Auflösen des Hostnamen »- (-)«... fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: kann die Host-Adresse »»-«« nicht auflösen
--2015-06-05 02:08:11-- https://www.liveconfig.com/liveconfig.key
Auflösen des Hostnamen »http://www.liveconfig.com (http://www.liveconfig.com)«... 2a01:4f8:bb:c00::2:28, 88.198.223.28
Verbindungsaufbau zu http://www.liveconfig.com (http://www.liveconfig.com)|2a01:4f8:bb:c00::2:28|:443... verbunden.
FEHLER: Dem Zertifikat von »http://www.liveconfig.com« wird nicht vertraut.
FEHLER: Das Zertifikat von »»http://www.liveconfig.com«« wurde von einem unbekannten Austeller herausgegeben.
gpg: Keine gültigen OpenPGP-Daten gefunden. -
Hey ho...
musste selber eben Hand anlegen...
aber es währ nice dass man über Liveconfig den Datenbank namen Ändern kann
habs eben manuel gemacht:
Über Liveconfig ne neue Datenbank mit den neuem Namen angelegt und über phpmyadmin die alte Datenbank umbenannt...
-
Vielleicht solltest du das Problem vor dem Bildschirm suchen, solltest auch mal überlegen ob du die nötigen Kenntnisse für einen RootServer hast.
nur weil ich die Migration von Liveconfig zu Liveconfig nicht hinbekomme? Ich bin Web Entwickler und ja ich besitze die nötigen Kenntnisse für einen in meinem Fall Dedicated Server... mal so nebenbei!
-
Thread Closed!
Der Umzug hat wunderbar geklappt nach ca. 100 mal MySQL Server installieren und Deinstallieren.
Vielen Dank!
-
Hallo,
hab ma ne Frage gibt es ne Funktionierende Methode eine MySQL Database zu DB zu Convertieren?
Vorgeschichte...
hab seit einiger zeit Liveconfig wie alles andere über MySQL am laufen mit der wunderbar Funktionierenden Anleitung im Liveconfig Forum. Jetzt da ich von meinem Altem Server zu einem neuem Wechseln will brauche ich dringend (auch wegen backup gründen) eine Funktionierende "liveconfig.db"kann man die MySQL DB zu normal DB convertieren?
Kommt bitte nicht mit "Google ist dein Freund oder so" da hab ich geguckt... aber vlt gibt es ja ein Profi der sowas kann...
Grüße und Vielen Dank
-
Hier um euch das Zwischenspeichern der Daten zu ersparen:
Führt diese Befehle auf dem Alten Server aus
ZitatAlles anzeigenscp -r /etc/passwd root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/shadow root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/group root@xxx.xxx.xxx.xxx:/etc/
Führt diese Befehle auf dem Neuem Server aus
ZitatAlles anzeigen
- Liveconfig Instalation ohne Key (Bei "Key" eingabe einfach auf "OK" klicken)
--- wget -O - https://www.liveconfig.com/liveconfig.key | apt-key add -
--- cd /etc/apt/sources.list.d
--- wget http://repo.liveconfig.com/debian/liveconfig.list
--- apt-get install liveconfig-meta liveconfig- Liveconfig Service stopen
Führt diese Befehle auf dem Alten Server aus
ZitatAlles anzeigen
scp -r /var/lib/liveconfig/liveconfig.db root@xxx.xxx.xxx.xxx:/var/lib/liveconfig/scp -r /var/mail root@xxx.xxx.xxx.xxx:/var/
scp -r /var/www root@xxx.xxx.xxx.xxx:/var/
scp -r /var/lib/mysql root@xxx.xxx.xxx.xxx:/var/lib/
scp -r /var/spool/cron root@xxx.xxx.xxx.xxx:/var/spool/
scp -r /etc/apache2 root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/postfix root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/dovecot root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/ssl root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/proftpd root@xxx.xxx.xxx.xxx:/etc/
Nur wenn auf neuen Server auch Installiert
scp -r /etc/vsftpd root@xxx.xxx.xxx.xxx:/etc/
scp -r /etc/nginx root@xxx.xxx.xxx.xxx:/etc/scp -r /etc/liveconfig/liveconfig.key root@xxx.xxx.xxx.xxx:/etc/liveconfig/
Danach Weiter der Anleitung folgen
Zitatroot@xxx.xxx.xxx.xxx Bezeichnet die IP eures NEUEN Servers
-
hab ich gemacht... geht nicht... immer noch die selben Errors im Log