creating a new connection in Mysql workbench for local server

PHOTO EMBED

Mon Sep 05 2022 04:56:57 GMT+0000 (Coordinated Universal Time)

Saved by @irfan309 #sql #mysql

# connection name == any name we can give 
#ex: connection name = Mysql_connection
#connection_method = standard(tcp/ip)
#host name  = localhost , port = 3306
#username = root (for local then only it work)
#password = root (for local server we much give the root as password )
#test connection
content_copyCOPY