Hello everybody,
I have a problem with my mysql-server, at least, I think... This is the problem :
I use aptana as my editor, in which I have installed QuantumDB as plugin. This allows me to quickly update or delete or insert data in my MySQL-database without having to leave my editor.
Using this plugin, I get all the information I ask for, or do all the actions on my database I want to. But when I put the mysql-statements in a php-script (= still in aptana), and run it in my browser (firefox), I first get the message "connecting with localhost", which changes to "waiting for localhost" and that's it.
The browser is "waiting for localhost" approximatly 1 minute (default-setting) and than shows me all the echo-statements I just before the database-connection-statement. Even if I use the die()-function with the mysqli_error-function, to find out what the problem is, I get no output on that.
When I change the database-host (in which case I know for sure that the host is wrong), I get no response.
Can anybody help me on this ?