Page 1 of 1

I don't now how to create an mysql.....

Posted: Fri Dec 19, 2003 9:47 am
by kujtim
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`)
) ;

Posted: Fri Dec 19, 2003 9:49 am
by malcolmboston
the easiest way is to use PHPmyadmin

if you have it:
browse to
http://localhost/phpmyadmin.php

you can administer MySQL databases from there

if you dont have it i suggest u get it

Posted: Fri Dec 19, 2003 1:15 pm
by Derfel Cadarn
malcolmboston wrote:if you dont have it i suggest u get it
And you can get it here:
http://www.phpmyadmin.net/home_page/

Good luck with installing: it's not very hard but a bit tricky sometines....