mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

Install mysql is not found in the Wiki

Open RadhakrishnanKandasamy opened this issue 5 years ago • 4 comments

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

RadhakrishnanKandasamy avatar Jul 30 '20 11:07 RadhakrishnanKandasamy

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 avatar Sep 19 '20 14:09 mohit810

@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

RadhakrishnanKandasamy avatar Sep 23 '20 15:09 RadhakrishnanKandasamy

@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 avatar Sep 23 '20 15:09 mohit810

@mohit810 tried for 5.6

RadhakrishnanKandasamy avatar Sep 23 '20 16:09 RadhakrishnanKandasamy