I'm entering the below at the command prompt of my machine in an attempt to connect to mysql on another machine but I get a message saying "Can't connect to MySQL server on '192.168.0.1 '"
Can someone give me some pointer on how to connect. Thanks.
Code:mysql -h 192.168.0.1 -u root -p




Reply With Quote