PDA

View Full Version : Phpmyadmin


TuruncuZippo.com
04-01-2004, 07:49 AM
Your mySQL version is 4.0.18 on phpmyAdmin.

I cant install phpNuke6.9 because server version must be 3.23.54

And I have seen this error message:

--
------------------------------------------------------- --
--
--
CREATE TABLE confirm(

confirm_id char( 32 ) NOT NULL default '',
session_id char( 32 ) NOT NULL default '',
code char( 6 ) NOT NULL default '',
PRIMARY KEY ( session_id, confirm_id )
) TYPE = MYISAM


#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




HOW CAN I İNSTALL PHPNUKE6.9 ??

thevillageinn
04-02-2004, 02:52 AM
I haven't installed PHP Nuke, but from what I read at their site, there is no requirement that the mySQL server be 3.23.54, but that it needs to be at least 3.23.54 or greater. Since HostPC is running 4.0.x you should be fine.

Also, I ran the query you quoted in your post and had no trouble. It executed successfully.