Following the instruction "Run multiple nodes" I tried to create two nodes and access them. The first node can be accessed without any problems through mysql commands. But when I try to open the connection to the second node using "mysql -h 127.0.0.1 -P 9004 -u blockchain -pblockchain BC", I receive the following error:
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)
What can I do? I tried setting it up using Ubuntu and Windows
Following the instruction "Run multiple nodes" I tried to create two nodes and access them. The first node can be accessed without any problems through mysql commands. But when I try to open the connection to the second node using "mysql -h 127.0.0.1 -P 9004 -u blockchain -pblockchain BC", I receive the following error: ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (10061)
What can I do? I tried setting it up using Ubuntu and Windows