Follow Us
Contribute
  • Register

Can't find file: '(X)' (errno: 2)

0 votes

This error message appears in MySQL. It is very similar to "Table (X) doesn't exist" error message. Both of these error messages mean that the table with the given name doesn't exist in the database.


requested 1 year ago by errorbase (169,970 points)

1 Solution

0 votes

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)

Related errors

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