How do i proceed to install mariadb as drop in replacement for mysql on a zend server 6 environnment?

StackOverflow https://stackoverflow.com/questions/18172824

  •  24-06-2022
  •  | 
  •  

문제

the company i work for is considering for multiple reasons (some of them libked to the politics of open source and oracle) a switch from MySQL to Mariadb. Our development team has been using Zend Server (now it's 6th version) which always install mysql. Is it possible to switch from mySQl to Mariadb smoothly? are there any hurdles that we should be aware of ahead of time? The OS for every development computer is Ubuntu 13.04 at this point.

도움이 되었습니까?

해결책

No, there should be no more issues than when upgrading to a new MySQL version.

See How can I upgrade from MySQL to MariaDB?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top