cassandra ile localhost ebil'bağlamak?

0 Cevap php

my cassandra is working well in CLI. and thrift also installed well. i already started apache server and cassandara..but when trying to execute php file that is not executed on browser.it shows the error as: TException: Error: TSocket: Could not connect to localhost:9160 (Permission denied [13])

and the 12th and 13th line is: $socket = new TSocket('localhost', 9160); $transport = new TBufferedTransport($socket, 1024, 1024);

i 127.0.0.1 yerine bu çalışmıyor localhost.even verdi.

biri bana lütfen yardımcı olabilir?

0 Cevap