Connect to MySQL on a server -



Connect to MySQL on a server -

i have installed mysql on our local server; business.local , trying connect different ip.

i set 1 time before using mysql workbench because having issues connecting when installed on different user, using wildcard %. can't remember how did it.

i using connection string

server=business.local;uid=root;pwd=pwd;

but when connect, returns mysql error:

1130 - host 'computer' not allowed connect mysql server

is same thing? i.e. error beingness caused because haven't allowed 'computer' ip connect server's mysql?

how overcome this?

p.s. if provide workbench solution well/instead of command line solution great :)

just utilize localhost host or ip address of remote server , seek again.

mysql mysql-workbench

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -