[phpwebapp-commits] CVS: DT/db deloitte.sql,NONE,1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-02-07 14:59:42
|
Update of /cvsroot/phpwebapp/DT/db In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3136 Added Files: deloitte.sql Log Message: --- NEW FILE: deloitte.sql --- # phpMyAdmin SQL Dump # version 2.5.5-pl1 # http://www.phpmyadmin.net # # Host: localhost # Generation Time: Feb 07, 2004 at 04:02 PM # Server version: 3.23.54 # PHP Version: 4.2.2 # # Database : `deloitte` # CREATE DATABASE IF NOT EXISTS deloitte; USE deloitte; # -------------------------------------------------------- # # Table structure for table `access` [...1398 lines suppressed...] UNIQUE KEY `x` (`username`) ) TYPE=MyISAM AUTO_INCREMENT=67 ; # # Dumping data for table `users` # INSERT INTO `users` (`user_id`, `username`, `password`, `office`, `department`, `firstname`, `lastname`, `address`, `tel1`, `tel2`, `e_mail`, `roles`) VALUES (3, 'dasho', 'dasho', '1', '2', 'Dashamir', 'Hoxha', '', '0682204631', '', 'das...@ya...', '5'), (6, 'alban2', 'albo', '0', '', 'Alban', 'Ruci', '', '', '', '', '2,8'), (11, 'test', '', '1', '1', '333333333', '---------', '', 'tel1', '', '', '2'), (21, 'gimi', 'gimi', '1', '4', 'Agim', 'Gashi', '', '8724387387', '', '', '3'), (22, 'maxi', '', '1', '1', '', '', '', '', '', '', '2'), (54, 'test10', '', '0', '', '', '', '', '', '', '', ''), (55, 'test11', '', '0', '', '', '', '', '', '', '', ''), (56, 'test12', '', '0', '', '', '', '', '', '', '', ''), (62, 'test1', 'tst', '1', '2', 'tst', '', '', 'tel1', '', '', '2,6'), (63, 'test2', '', '1', '1', '', '', '', '', '', '', ''), (66, 'elda', 'elda', '1', '2', '', '', '', '', '', '', ''), (65, 'test4', '', '', '', '', '', '', '', '', '', ''); |