I'm trying to build the Connector/C++ on Ubuntu 18.04 and I have an error that after some web searching suggests that I set the MYSQL_DIR option for Cmake. In the documentation its called the 'MySQL server installation' directory. I can't reason out where this is. Here's why:
I used "sudo apt install mysql-server" to install the MySQL server.
A search for 'mysql' files on the system shows that mysql* files are in many directories.
Can you tell me what this would be on Ubuntu or give me examples?
I used "sudo apt install mysql-server" to install the MySQL server.
A search for 'mysql' files on the system shows that mysql* files are in many directories.
Can you tell me what this would be on Ubuntu or give me examples?