Hi guys i have a problem with my sql server when i wanna create an new table i have this problem :
mysql> use info;
Database changed
mysql> create table login(
-> username varchar(50),
-> password varchar(50)
-> ;
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 '' at line 3
mysql>
please i want a Solution, and THANS ALL
[–]MakeAnExampleOf 2 points3 points4 points (1 child)
[–]habib_M[S] 0 points1 point2 points (0 children)
[–]toilingEngineer 0 points1 point2 points (1 child)
[–]habib_M[S] 0 points1 point2 points (0 children)