Comments - mysql_config_editor compatibility

3 years, 6 months ago Nilnandan Joshi

Connection details should be like this in .cnf file.

[client] 
host='<your-db-host>' 
port='<your-db-port>' 
socket='<your-db-socket>' 
database='<your-db-name>' 
user='<your-db-user>' 
password='<your-db-password>'
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.