I installed the smartform database and queried it successfully from the command prompt as per the instructions in the manual without any problem.However,when I try to access it using RStudio and the RMySQL package I am unable to establish a connection.The arguments to dbConnect are fairly self explanatory so I don't know where I am going wrong.I have been using 'localhost' or '127.0.0.1' for the host argument,neither seem to work.The error generated reads, "Can't initialize character set unknown (path: compiled_in)" . I have used R for many years and have never had any issues in the past but I am new to MySQL. Any guidance would be appreciated.