Hi I have serverA, serverB and serverC. I need to know how can I see the status of remotely logged in mysql user.
These are the steps I took. 1. Enable mysql on *serverA* with SSL support. 2. Create a user remotesecure without the REQUIRE SSL to login remotely from *serverB*. 3. Log in using remotesecure from *serverB* by given it the appropriate SSL certs. 4. At the mysql prompt type \s I can see that I am riding over SSL. 5. Now open another connection to mysql on *serverA* from *serverC* as root user without giving it SSL certs and type in \s you can see that you are riding on clear text. 6. What is the command I need to type in connection established from *serverC *to see the equivalent output of step4 ? -- Regards, Balasubramaniam Natarajan http://blog.etutorshop.com -- -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer --- You received this message because you are subscribed to the Google Groups "Linux User Group @ IIT Delhi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
