[PHP] Dreamweaver too many connections error
Posted in PHP on 06/27/2009 11:02 pm by ycTINI am not using dreamweaver to develop my php code, but i replied the question about `mysql too many connection error` in experts-exchange. The problem is the question author used the dreamweaver to create website and connect mysql database, however they always get the `too many connection error`.
The reasons is default dreamweaver will using pconnect() to connect database, have are simple solutions is modify dreamweaver scripts library.
