Ok i have a free host (unfortunately) and I'm having problems.
I've ftp'd php to the correct directory and when you go to my site it says there seems to be a problem with mysql... heres the link http://www.tech-designs.glwb.info
What do I need to do to get started?
I don't know what cpanel im supposed to use or how to set up the MySQL myself.
Can anyone tell me a step by step of what to do after uploading php?
ok thanks, I figured that out and configured that right now , when i go to my phpMyAdmin, and try to upload the nuke.sql it gives me this error..
Quote:
Error
SQL query:
# phpMyAdmin MySQL-Dump
# version 2.3.1-rc1
# http://www.phpmyadmin.net/ (download page)
#
# servidor: localhost
# Tiempo de generación: 08-05-2005 a las 20:26:29
# Versión del servidor: 4.01.10
# Versión de PHP: 5.0.3
# Base de datos : `nuke`
# --------------------------------------------------------
#
# Estructura de tabla para la tabla `nuke_authors`
#
CREATE TABLE nuke_authors(
aid varchar( 25 ) NOT NULL default '',
name varchar( 50 ) default NULL ,
url varchar( 255 ) NOT NULL default '',
email varchar( 255 ) NOT NULL default '',
pwd varchar( 40 ) default NULL ,
counter int( 11 ) NOT NULL default '0',
radminsuper tinyint( 1 ) NOT NULL default '1',
admlanguage varchar( 30 ) NOT NULL default '',
PRIMARY KEY ( aid ) ,
KEY aid( aid )
) ENGINE = MYISAM
MySQL said: Documentation
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 27
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum