Quote:
Originally Posted by chrishirst
either remove the line completely or insert the appropriate character set
eg: /*!40101 SET CHARACTER SET latin1;*/
|
hun, there are a bunch of those lines. Do I delete them all??
here they are.. they are at the end of the script as well.
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET CHARACTER SET '' */;
Ive never had to mess with this before.. Im sorry if I seem "ignorant" or a complete idiot..
ok, I had to redo this post.. I deleted the last string.. I hope that was it.. now that wont give any issues or anything will it?
Last edited by pr1ncess : 04-08-2008 at 09:54 AM.
|