RE: MySQL 3.23.55 is released

2003-04-04 Thread Li, Robert
Hi, all Does MySQL support Japanese database name and Japanese table name? How to enable it? Thanks and regards Robert -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

get MySQL db size

2002-02-28 Thread Li, Robert
Hi, all MySQL team How can we get MySQL database size? Robert Li Computer Associates R&D Centre Beijing , China Tel:+86 10 6561 1136 ext 852 (O) Fax:+86 10 8529 8979 E-mail: [EMAIL PROTECTED] - Before posting, please

How to know MySQL instance(all daemons) really startup?

2002-02-20 Thread Li, Robert
Hi, all mysql team As we know, use safe_mysqld or mysql.server we can startup Mysql instance. But how can i know when all the mysqld daemons really startup except use command ps? Thanks in advance. Robert Li Computer Associates -

get instance variable

2002-02-18 Thread Li, Robert
Hi, all MySQL team Here is another question. I want to get individual MySQL instance's variable(like datadir, tmpdir etc) using C API. Is there any function can do this? I know that use mysqladmin and use query "show variables" can do this. Thanks and regards Robert Li Computer Associates R

How to restore all databases in one instance?

2002-02-18 Thread Li, Robert
mailto:[EMAIL PROTECTED]] >>Sent: Saturday, December 29, 2001 6:06 PM >>To: Li, Robert; [EMAIL PROTECTED] >>Subject: Re: how to setup Mysql multiple instances >> >> >>http://www.mysql.com/documentation/mysql/bychapter/manual_MySQ >>L_Database_Adm >>ini

get instance variable

2002-02-12 Thread Li, Robert
Hi, all MySQL team Here is another question. I want to get individual MySQL instance's variable(like datadir, tmpdir etc) using C API. Is there any function can do this? I know that use mysqladmin and use query "show variables" can do this. Thanks and regards Robert Li Computer Associates R

get instance variable

2002-02-07 Thread Li, Robert
Hi, all MySQL team Here is another question. I want to get individual MySQL instance's variable(like datadir, tmpdir etc) using C API. Is there any function can do this? I know that use mysqladmin and use query "show variables" can do this. Thanks and regards Robert Li Computer Associates R

RE: Programming with C API question

2002-02-05 Thread Li, Robert
Hi, all MySQL team Thanks for your former help. Here is another question: As MySQL support multiple instances, each instance will run with different socket file and tcp/unix port number. I want to know when using MySQL client programs like mysqladmin to connect different instances, are both socke

RE: how to setup Mysql multiple instances

2001-12-29 Thread Li, Robert
ammer, R&D Beijing (China) Tel: +86 10 65611136 ext 852 Fax: +86 10 85298979 [EMAIL PROTECTED] >>-Original Message- >>From: Sammy Lau [mailto:[EMAIL PROTECTED]] >>Sent: Saturday, December 29, 2001 6:06 PM >>To: Li, Robert; [EMAIL PROTECTED] >>Subjec

how to setup Mysql multiple instances

2001-12-29 Thread Li, Robert
Hi,all MySQL teams: First let me wish you all happy new year! Wish Mysql win more victories in DB area. I am a programmer in CA. I know Mysql supports multiple instances. One way is to install different servers, on each server, runs an instance. The other way is to use one server, one install

Programming with C API question

2001-10-31 Thread Li, Robert
Hi, I am a programmer. Now i want to know how to know whether MySQL server is down or not through C API. For me, i know if we use mysql_real_connect() to connect MySQL server, when error returns we can not distinguish it's due to authentation error or mysql server down. Can we use mysql_error()