Charset errors
Posted by: Chris Goff
Date: April 05, 2005 07:24AM

Hi

I'm having problems with my database connection, it seems to be producing the following errors in my HTML code:

File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file

The statement I'm using to connect to the database is:

$connection = @mysql_connect("localhost","username","password") or die("Could not connect to database");

The database is hosted by my web hosting company (so I don't have access to the set up) and according to my phpMyAdmin consul:

MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation: utf8_general_ci

If anyone can help that'd be much appreciated

Chris

Options: ReplyQuote


Subject
Views
Written By
Posted
Charset errors
4266
April 05, 2005 07:24AM
2011
April 05, 2005 07:48AM
2211
April 05, 2005 08:12AM
2141
April 05, 2005 10:43AM
2021
April 14, 2005 05:30AM
2168
September 02, 2005 04:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.