Home / Programming / php / How can I execute commands on mysql using a php script?
How can I execute commands on mysql using a php script?
Last updated: 07/02/2009
Sometimes you want to just execute arbitrary mysql commands on a one time basis against a mysql database. This little script lets you do that, and might be instructional for other scripts.