Jump to content
Larry Ullman's Book Forums

bileacid

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by bileacid

  1. I installed eclipse and tied it to xampp as per instructions on the web. I set server port to locallhost:8085 which is what is specified in the xampp config.But when I start xampp from within eclipse (using the orange 'xampp' icon, I get the following error message:

    2016-03-22 22:01:54 9240 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
    2016-03-22 22:01:54 9240 [Note] mysql\bin\mysqld.exe (mysqld 10.1.10-MariaDB) starting as process 5988 ...
    (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : AH00072: make_sock: could not bind to address [::]:8085
    (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted.  : AH00072: make_sock: could not bind to address 0.0.0.0:8085
    AH00451: no listening sockets available, shutting down
     
    I want to use eclipse as an IDE for my PHP files including running scripts in the book.
    Thanks for any help.
×
×
  • Create New...