MySql Workbench - difference between "Local instance 3306" and "Localhost via pipe"? -
im learning how build simple web app using php , mysql. tools:
-xampp database, web , php servers
-sublime writing code -mac osx yosemite
- workbench database creation
i'm having trouble understanding (and finding tutorial) how workbench works. if got things correctly, need create connection between workbench (tool) , database sits "inside" database server? in case, provided xampp.
after these 2 talking, create, edit, etc. tables inside database, right?
currently have 2 mysql connections on homescreen, please see attached file.
thanks!
it's connection/transfer method. can connect mysql server via named pipe
if such ability provided operating system or via tcp connection network access works , used localhost connections.
it transparent user , should not affect communication between server , client. 2 connect same database using different types of communication channels.