G3 installer SQL's Error
|
wongsiu
Joined: 2009-10-31
Posts: 15 |
Posted: Sat, 2009-10-31 04:18
|
|||
|
localhost via TCP/IP Apache/2.2.12 (Win32) phpMyAdmin: 3.2.0.1 ---------------------------------------------------------------- I downloaded gallery-3.0-beta-3.zip. I am trying to create a new forum for my schoolmates. I created a new database in phpadmin, then ran a gallery SQL. I get the following error message SQL : CREATE TABLE {access_caches}( `id` INT( 9 ) NOT NULL AUTO_INCREMENT , MySQL : #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 '{access_caches} ( Can anyone tell me how to fix? Thanks,
|
||||

Posts: 7934
You can't run the Gallery SQL directly. The installer will do that for you. Installation is really easy. Just unpack the code (sounds like you've already done that) and then point your web browser at the location where you unpacked it (in your case, something like http://localhost/gallery3).
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 15
I get it, thanks...