Help - Search - Members - Calendar
Full Version: MySQL manual on this site?
The Uniform Server BBoard > Support > Uniform Server - Windows > MySQL
hjf
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
the best place to find info on Uniform Server is the UniCenter sitemap http://center.uniformserver.com/unicenter_site_map.html

you 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
Pretty soon, we will be filling our wiki with tons of info.. so watch out for that also smile.gif

Hey Megan biggrin.gif
hjf
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.html

you 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 smile.gif

Hey Megan biggrin.gif


That will be helpful. Thanks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.