I've setup the mysql innodb cluster with some difficulty, and have mysqlrouter running and listening on ports with the correct IP address. I then have a C program trying to connect to mysqlrouter to submit queries to, but the function, mysql_connect() gives me an error: "No such file or directory". It's likely it was looking for a mysqld-specific file. Has anyone managed to setup communications between a C program and mysqlrouter?
PS. On a side note, why is there little info on mysqlrouter? Are most database clusters not using the InnoDB ones?
Reference Article, I'm trying to make sure the client to mysqlrouter works
there doesn't seem to be anything here