May 15, 200817 yr comment_6419 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. Report
May 15, 200817 yr comment_6420 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 Report
May 15, 200817 yr comment_6421 Pretty soon, we will be filling our wiki with tons of info.. so watch out for that also Hey Megan Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 16, 200817 yr Author comment_6423 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. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.