PHP Classes

File: build/git/create_schema.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   build/git/create_schema.php   Download  
File: build/git/create_schema.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 159 bytes
 

Contents

Class file image Download
<?php
exec
("mysqldump --add-drop-table=0 --add-drop-table=0 -d -u bcslichfield -p walks | sed 's/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g' > schema.sql");
?>