When I open up the database.sql the code to create a document table is not there. What is the correct procedure to put the code into the file . I tried
to add the code to the file and creating another database , but that did work.
few questions,
is your database openemr1 or openemr?
are you using mysql <4.1?
I had a problem when loading tables from the last CVS.
the database.sql file has some comments withing the body of an insert statement, giving explanation about option meanings,
some versions of mysql will take it valid some not, depending also in the mysql settings,
you’ll notice a
– # this is for such thing
– @ this is for such other thing
kind of coment
try manualy reloading the database.sql after removing those coments, or find a way to make those comments valid within mysql insert statement