20 lines
442 B
SQL
Executable File
20 lines
442 B
SQL
Executable File
# phpMyAdmin MySQL-Dump
|
|
# version 2.2.1
|
|
# http://phpwizard.net/phpMyAdmin/
|
|
# http://phpmyadmin.sourceforge.net/ (download page)
|
|
#
|
|
# Host: bonsai2
|
|
# Generation Time: Feb 12, 2002 at 10:02 PM
|
|
# Server version: 3.23.46
|
|
# PHP Version: 4.0.3pl1
|
|
# Database : `bonsai`
|
|
|
|
#
|
|
# Dumping data for table `mh_command`
|
|
#
|
|
|
|
INSERT INTO `mh_command` VALUES (1, 'run');
|
|
INSERT INTO `mh_command` VALUES (2, 'pause');
|
|
INSERT INTO `mh_command` VALUES (3, 'exit');
|
|
|