1
vote
0answers
259 views

Can I run Zend Server along with already-installed LAMP Stack?

I already have Apache2+MySQL+PHP installed and am using it on Ubuntu Linux. I would like to test out the Zend Framework installation bundled with Zend Server, since the server is supposed to be ...
0
votes
3answers
132 views

MySQL RESET [integer]

In an audit of queries running on our databases using tcpdump and Maatkit tools, the number one query is RESET [int] Running this statement from the MySQL command line results in an error as RESET ...
2
votes
1answer
138 views

Placing SQL server in a Zend Server environment

our developers want to migrate from individual installations of php, apache and mysql to a more integrated environment. So they decided to switch to ZendServer installed on a VMware Workstation image ...
1
vote
1answer
1k views

Problem connecting to MySQL with zend

I've set up a virtual host on my local machine (windows xp with xampp installed), have installed zend there and am now trying to connect to the MySQLdatabase. I get the following error message: ...