Миграция от MySQL Server to MariaDB

1) Это сообщение в блоге может помочь:

http:// hawflakes.unoc.net/?tag=fix_hdc

2) И это:

Start VM with the XP cdrom in the player.
boot from cd-rom and press R this will load the recovery console
login with local administrator password of the VM
goto system32 directory, cd system32
type:  expand d:\i386\halacpi.dl_  and press enter
type:  copy halacpi.dll hal.dll  and press enter, type Y to overwrite
reboot the VM
boot in normal mode and update all drivers, this is a automated proces, but check it
reboot again in normal mode
install VM additions

3) Или даже это:

Problem: if the VM you created using Disk2vhd is XP and during boot the screen goes black after the bios boot and never finishes booting, you probably have a HAL issue.  This has happened on every physical XP that I've used disk2vhd to make a VM.
Solution that has worked for me was to copy NTOSKRNL.EXE and HAL.DLL files from a known good VM to the bad VM.  Abreaviated instructions using VPC2007Sp1 are:  
1. Mount or add the VHD file from the VM you are having problems to a known good VM, should show up as a secondary hard drive, for example D: when you boot.    
2. From the known good VM, do a search for NTOSKRNL.EXE and HAL.DLL files, you'll find many versions in a couple of different directories.  Find the most recent and copy those files and replace the files on the VHD VM that you were having problems with, ensure to replace all the files in all directories.  Shut down the VM.
3. Start the VM you were having problems with, it should now boot because you replaced the NTOSKRNL.EXE and HAL.DLL files within the VM with known good NTOSKRNL.EXE and HAL.DLL files from a known good VM.

http://forum.sysinternals.com/forum_posts.asp?TID=20716&PN=2

3
задан 20 April 2015 в 23:00
3 ответа

Согласно веб-сайту MariaDB, Вы ничего не должны выводить. Просто установите новые двоичные файлы и повторное использование существующий каталог данных. См.:

http://kb.askmonty.org/v/how-can-i-upgrade-from-mysql-to-mariadb

Я все еще советовал бы, чтобы сделать резервное копирование все же. Быть параноидальным:

  1. tar cvfz/etc.tar.gz / и т.д.
  2. tar cvfz/var/lib/mysql.backup.tar.gz/var/lib/mysql #, в то время как mysql останавливается как Kevin, упомянул
  3. mysqldump - все-базы данных
4
ответ дан 3 December 2019 в 05:35

Вы могли сделать резервное копирование /var/lib/mysql после завершения работы MySQL; файлы данных хранятся там.

1
ответ дан 3 December 2019 в 05:35

mariadb определенно лучше выполняет mysql версию и для myisam и для innodb производительности. Особенно mariadb 5.2.x видят http://vbtechsupport.com/606/

обновить на песнях, по крайней мере, я в основном

  1. скопируйте mysql базы данных через mysqldump
  2. конфетка удаляет mysql
  3. об/мин-i mariadb 5.2.x rpms
  4. выполненный mysql_upgrade для проверки совместимости
  5. если проблемы, восстановление mysqldump sql дамп затем повторно выполняет mysqlcheck - обновление проверки
  6. затем перекомпилируйте php, удостоверяющийся - с - mysql =/path/to/mysql, и - с - mysqli =/path/to/mysql_config включены для использования mariadb 5.2.x клиентские библиотеки.
1
ответ дан 3 December 2019 в 05:35

Теги

Похожие вопросы