# MySQL dump 8.14 # # Host: localhost Database: test #-------------------------------------------------------- # Server version 3.23.38-log # # Table structure for table 'email' # DROP TABLE IF EXISTS email; CREATE TABLE email ( data TEXT default NULL, ip varchar(32) default '213.25.201.2' ) TYPE=MyISAM; # # Dumping data for table 'email' # INSERT INTO email VALUES ('\nServerName test1.geek-stuff.com\nDocumentRoot /home/carlos/test1\n','213.25.201.10'); INSERT INTO email VALUES ('\nServerName test2.geek-stuff.com\nDocumentRoot /home/carlos/test2\n','213.25.201.10');