Follow Us
Contribute
  • Register

Table (X) doesn't exist

+1 vote
This error message appears in MySql when the table with the given name doesn't exist. requested 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

1 Solution

+1 vote

You can create table by using "CREATE TABLE" command. Ex:

CREATE TABLE users (name VARCHAR(10), surname VARCHAR.(10));

solved 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Related errors

0 votes
1 solution
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
2 solutions
0 votes
1 solution
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)