Jump to content
The Uniform Server Community

MySQL manual on this site?


hjf
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

 

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...