Hi,

How to create an account in Mysql that does not require SSl

Vinay

I'm sorry but I don't think anyone can gather what you're trying to do...

Running your own MySQL server does not REQUIRE any form of encryption...

Running your own MySQL server does not REQUIRE any form of encryption...

I assume he wants secure login to his DB, maybe mysql password instead of direct login to mysql DB.

VINAY, you would have DBparams.conf file, where ou can specify the PASSWD you want. You may also do it from thr DB like this.

SET PASSWORD [FOR user] = PASSWORD('some password')

I assume this is wht u want..if not then kindly give some more info.....:confused:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.