hjf
May 15 2008, 04:28 PM
I find it difficult to locate what I need on the Uniform Server Web site. Are there any manuals on this site? I'm getting a syntax error and I don't know where on this site to find documentation/manual to solve the problem.
The error says: 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 'platform varchar(10)'
The code I'm typing in at the mysql prompt is:
create table languages (
language_id int unsigned not null auto_increment
primary key,
name varchar(10),
platform varchar(10)
);
thanks.
megan
May 15 2008, 05:02 PM
the best place to find info on Uniform Server is the UniCenter sitemap
http://center.uniformserver.com/unicenter_site_map.htmlyou can find the mysql docs at
http://dev.mysql.com/doc/ just click on the link for the version and language you want
hth ~ megan
olajideolaolorun
May 15 2008, 06:48 PM
Pretty soon, we will be filling our wiki with tons of info.. so watch out for that also

Hey Megan
hjf
May 16 2008, 12:00 PM
QUOTE(megan @ May 15 2008, 03:02 PM)

the best place to find info on Uniform Server is the UniCenter sitemap
http://center.uniformserver.com/unicenter_site_map.htmlyou can find the mysql docs at
http://dev.mysql.com/doc/ just click on the link for the version and language you want
hth ~ megan
Thanks.
QUOTE(olajideolaolorun @ May 15 2008, 04:48 PM)

Pretty soon, we will be filling our wiki with tons of info.. so watch out for that also

Hey Megan

That will be helpful. Thanks.