How to access a MySQL database webservice over LAN? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have three PCs that I connect over LAN. The first PC to database; The second to web service CodeIgniter RESTful; The third to client. Now how can I connect web service CodeIgniter server to database, I've set the IP on aplication/config/database.php , $db['default']['hostname'] = 'localhost'; I've changed