mysql-5.6
mysql-5.6 copied to clipboard
Install mysql is not found in the Wiki
I am new to Mysql source installation so i followed the steps to configure the myrocks in mysql. I followed the build steps but i am stuck after the "build steps". Many exceptions are thrown. After lots of googling i found that we need to install mysql using (make install DESTDIR="/opt/mysql") this command. After that we need to continue with the Getting started with myrocks. Finally I am able to run myrocks into mysql
Hey @RadhakrishnanKandasamy , i am finding the installation difficult too. It would be great help if u could write the step by step instructions. Thanks in advance!!
@mohit810 What step are you stuck? After compile step (i.e make -j8) we need to execute this command make install DESTDIR="/opt/mysql" After that you need to follow the steps in this document Getting started with MyRocks Other than that document is fine for me
@mohit810 What step are you stuck? After compile step (i.e make -j8) we need to execute this command make install DESTDIR="/opt/mysql" After that you need to follow the steps in this document Getting started with MyRocks Other than that document is fine for me
Thanks. But for which version @RadhakrishnanKandasamy? I was trying for the branch 8.0.17 but was not able to Install MySQL.
@mohit810 tried for 5.6