Re: Entering Japanese characters into mySQL

2003-01-23 Thread Jeffrey Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Darren, I can input Japanese text using Netscape 7.01 on a Linux PC I use a PHP script to write the submitted information to the database. Here is a dump from the "select *" query. 3 Eiji Goto 0 D 0 米沢 The Netscape->PHP->MySQL->PHP->Netscape pa

ODBC Driver?

2003-01-23 Thread Jeffrey Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am preparing to migrate a client from using a large MS-ACCESS database to using a linux hosted MySql as the datasource. Or at least I'd like to be able to export tables as a backup. Please tell me where I can get a driver. Thanks, - -- Jeff Powe

Re: Need the PHP gurus for this one...

2003-01-21 Thread Jeffrey Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's the syntax I use. $db=mysql_connect( "$host", "$db_user","$db_password") or die ("".mysql_error().""); mysql_select_db("$db_name", $db); $rs

upgrade hiccups

2003-01-20 Thread Jeffrey Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I upgraded MySQL as a part of the latest RedHat up2date and now I get an error when I try to connect to the database. Any help appreciated. [root@jeff root]# mysqlshow mysqlshow: Can't connect to local MySQL server through socket '/var/lib/my