Skip to main content
GameDev.net gamedev.net
🔒 Locked

[web] [SOLVED] [php] Executing MySQL dump (multiple statements) as query?

Started by deadimp Sep 3, 2007 at 5:19 PM 0 replies 1k views
Original Post
deadimp
deadimp
How do I execute multiple statements delimited by a semi-colon? The SQL dump from SQLyog contains multiple statements that define the tables and inserts the data. Is there a simple function for it? Or would I have to find/make something that manually splits up and executes the statements? Note: I'm using this to refresh the demo for Thacmus. EDIT: Graack! Took my own advice and tried to search once more, and
php mysql "execute multiple statements"
found my answer.
Projects:> Thacmus - CMS (PHP 5, MySQL)Paused:> dgi> MegaMan X Crossfire

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.