I am getting this error after building my 8th table in my working database.
I am getting this error, and there are no tables with the same name as suggested, and I changed the name 3 or 4 times just to make sure. Also re-booted the sysrem and started again, same results.
Any Ideas/help would be appreciated.
Tks.
Bill
Now creating table 'sr9' ...
Could not create MySQL database table. Maybe a table of the same name already exists?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
I am getting this error after building my 8th table in my working database.
I am getting this error, and there are no tables with the same name as suggested, and I changed the name 3 or 4 times just to make sure. Also re-booted the sysrem and started again, same results.
Any Ideas/help would be appreciated.
Tks.
Bill
Now creating table 'sr9' ...
Could not create MySQL database table. Maybe a table of the same name already exists?
Never used SQL before. Sorry I can not offer you any help here.
somtimes mysql's keywords interplay. For example, sr9 might be a reserved word in MySQL's syntax. Try using a different name.