i am getting this error when i try to connect to a mysql database:
Error 1146 : Table 'icecream.icecream' doesn't exist
i think it is because i open a database on this script before opening this one, and the connection wasn't closed.
how can i close the connection? and where should i put the code to close the connection?
thank-you!