Re: Access denied with mysqladmin

2010-09-24 Thread Neo
都是中国人就说中文吧^_^ 明天会更好 On Sat, Sep 25, 2010 at 9:21 AM, Ma Xiaoming maxiaoming10...@hotmail.comwrote: Hi Shawn, You forgot to use -- before the option version. Try this instead mysqladmin --version Let us know your results. Oh yes, it works. When I typed the right command:

MySQL 4.0.23 wrong shared libraries output??

2004-12-25 Thread Neo Wee Teck
4.0.22 libdbug.a libmyisam.a libmysqlclient.so.12.0.0 libnisam.a libheap.a libmyisammrg.a libmysqlclient.so libmystrings.alibvio.a libmerge.a libmysqlclient.la libmysqlclient.so.12libmysys.a 4.0.23 libdbug.a libmerge.a libmyisammrg.a

Why Mysql can't work under windowsxp

2001-09-26 Thread Neo
Hi can u tell me which version mysql can run under xp ? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail

Src distribution of MySQL takes up a lot of space

2001-04-22 Thread Neo
, Neo - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED

URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
Hi, I am currently exploring the replication feature in 3.23.33 and encountered this error the moment I start the slave server: 010320 18:38:13 Slave: connected to master '[EMAIL PROTECTED]:9900', replication started in log 'FIRST' at posit ion 4 010320 18:38:13 Slave: received 0 length

RE: URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
It's my mistake, for setting the same server-id on both servers. Lois -Original Message- From: Neo Sok Lay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 March, 2001 7:41 PM To: [EMAIL PROTECTED] Subject: URGENT: Replication problem Hi, I am currently exploring the replication

starting second mysql process gives process already exists error

2001-02-14 Thread Neo Sok Lay
Hi, I need to start 2 mysql server processes on the same box (Redhat Linux release 6.2), using the following 2 commands: bin/safe_mysqld -u root --socket=/tmp/test1.sock --port=9000 and bin/safe_mysqld -u root --socket=/tmp/test2.sock --port=9020 Previously I was using