This is an automated archive.

The original was posted on /r/mysql by /u/BizarreLaserOpticw on 2023-08-07 10:59:41+00:00.


Hey, I need some help. I have created a database with MySQL on the windows command prompt, and a table has been created in that database. i try to use the command “describe table;” and it keeps giving me a syntax error 1064(42000)… i try to use the select * from table; and the same syntax error would occur. i really don’t t know why the commands are not working, im using the correct name of the table i have, the correct commands. its as if the mysql doesn’t nt understand its own commands? can anybody help me?