I don't now how to create an mysql.....
Posted: Fri Dec 19, 2003 9:47 am
I don't now how to create an mysql database and upload it on the website on my computer evrithing was working ok . but when I upload it on the
WS FTP evrithing goes wrong .hare is my database
------------------------------------------------------------------
#
# Host: localhost
# Generation Time: Aug 11, 2003 at 09:34 PM
# Server version: 3.23.56
# PHP Version: 4.3.2
# Database : `test`
# --------------------------------------------------------
#
# Table structure for table `articles`
#
# Creation: Aug 11, 2003 at 09:30 PM
# Last update: Aug 11, 2003 at 09:30 PM
#
CREATE TABLE `vot` (
`emri` varchar(255) default NULL,
`mbiemri` mediumtext,
`votat` date default NULL,
`TIMESTUMP` datetime default NULL,
`active` int(1) default '1',
PRIMARY KEY (`emri`)
) ;
WS FTP evrithing goes wrong .hare is my database
------------------------------------------------------------------
#
# Host: localhost
# Generation Time: Aug 11, 2003 at 09:34 PM
# Server version: 3.23.56
# PHP Version: 4.3.2
# Database : `test`
# --------------------------------------------------------
#
# Table structure for table `articles`
#
# Creation: Aug 11, 2003 at 09:30 PM
# Last update: Aug 11, 2003 at 09:30 PM
#
CREATE TABLE `vot` (
`emri` varchar(255) default NULL,
`mbiemri` mediumtext,
`votat` date default NULL,
`TIMESTUMP` datetime default NULL,
`active` int(1) default '1',
PRIMARY KEY (`emri`)
) ;