Re: a confusing error: 111

2005-09-07 Thread Ben
; > left, But also you get the error when the account > > > is not set properly. > > > Can you log into # mysql -u root test > > > ? > > > > yes, i can log into #mysql and get the prompt mysql> > > > > Thank u. > > > > > ---

Re: a confusing error: 111

2005-09-06 Thread 王静
> > Thank u. > > > > > > ---Original Message--- > > > > From: 王静 > > Date: 09/07/05 17:52:52 > > To: mysql@lists.mysql.com > > Subject: Re: a confusing error: 111 > > > > i recall i've managed to set up a connect

Re: a confusing error: 111

2005-09-06 Thread 王静
g into #mysql and get the prompt mysql> Thank u. > > > ---Original Message--- > > From: 王静 > Date: 09/07/05 17:52:52 > To: mysql@lists.mysql.com > Subject: Re: a confusing error: 111 > > i recall i've managed to set up a connection to MySQL server using &

Re: a confusing error: 111

2005-09-06 Thread 王静
唯一的账户root没有密码,服务可以启动 ps -e | grep mysqld 有进程mysqld_safe,mysqld n 个 我想改/加密码,mysqladmin -uroot 返回错误,连不上服务器 to Xiaodong: 你说得原来的协议指的是? thank u all. On 9/7/05, 王静 <[EMAIL PROTECTED]> wrote: > /usr/local/mysql-- > > On 9/7/05, Gu Lei <[EMAIL PROTECTED]> wrote: > > 王静 写道: > > > > >hi all. > > >i've ins

Re: a confusing error: 111

2005-09-06 Thread 王静
/usr/local/mysql-- On 9/7/05, Gu Lei <[EMAIL PROTECTED]> wrote: > 王静 写道: > > >hi all. > >i've installed MySQL database server 4.1.14 under linux platform > >After setting up the server successfully, i envoked mysqladmin, but > >what i got is an error: can't connect to local MySQL server through >

Re: a confusing error: 111

2005-09-06 Thread 王静
i recall i've managed to set up a connection to MySQL server using account root with the "password" item blank in Kdevelop. when i invoke mysqlaccess -uroot -p, it returned a prompt for password, i just hit return, but failed this time. mysqladmin -uroot got the same suituation with the error 111.