Menu

#1 No install instructions

v1.0_(example)
open
nobody
5
2006-07-25
2006-07-25
benjo
No

1) mysql doesn't create tables
2) no configuration page to link mysql. index.php gives
blank page.

1) SQL query:

-- phpMyAdmin SQL Dump
-- version 2.6.1-pl3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 11, 2006 at 03:27 PM
-- Server version: 4.1.10
-- PHP Version: 5.0.4
--
-- Database: `album`
--
-- --------------------------------------------------------
--
-- Table structure for table `album`
--
CREATE TABLE `album` (
`AlbumId` int( 100 ) NOT NULL AUTO_INCREMENT ,
`AlbumName` varchar( 50 ) NOT NULL default '',
`CreationDate` date NOT NULL default '0000-00-00',
`Description` varchar( 200 ) NOT NULL default '',
PRIMARY KEY ( `AlbumId` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1
AUTO_INCREMENT =22;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check
the manual that corresponds to your MySQL server
version for the right syntax to use near 'DEFAULT
CHARSET=latin1 AUTO_INCREMENT=22' at line 7

Discussion


Log in to post a comment.

MongoDB Logo MongoDB