I want a really simple script that tells me if I manage to log into a mysql database from a url.
Can anyone provide something like that?
It would just echo "success" or "fail" to the screen.
Thanks,
Jon
mysql_ping will probably help you out. Amazing what the manual says about different commands, don't you think?