Page 1 of 1

PHP and Mysql connectivity

PostPosted: 12. October 2007 06:30
by apple24
Hi All,

I am new user of xampp.I was wondering if i will have to install mysql and apache seperately?I believe mysql is already installed with xampp,am i right?

I start the mysql server on the xampp control panel and when i try to create table from command prompt it gives me this error all the time

ERROR 1064 (42000): 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 ''.

Can some one please help me with this.

Thanks

PostPosted: 12. October 2007 14:48
by Wiedmann
Code: Select all
ERROR 1064 (42000): 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 ''.

Can some one please help me with this.

Without knowing the SQL statement you have used, nobody can help you. (Or read the MySQL manual)