Error
SQL query:
CREATE TABLE `admin` (
`user` varchar( 50 ) default NULL ,
`password` varchar( 50 ) default NULL
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL said:
#1064 - 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 'DEFAULT CHARSET=latin1' at line 4
the above said is the error while i am importing the SQL in my phpmyadmin area.. so can any one pls help me
SQL query:
CREATE TABLE `admin` (
`user` varchar( 50 ) default NULL ,
`password` varchar( 50 ) default NULL
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL said:
#1064 - 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 'DEFAULT CHARSET=latin1' at line 4
the above said is the error while i am importing the SQL in my phpmyadmin area.. so can any one pls help me
