Re: administrtor-user

2006-10-22 Thread Visolve DB Team
Hi, Pls plaly with the link for Info : http://fogwater.com/Articles/InstallingMySQLforWindows.html http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html http://dev.mysql.com/tech-resources/articles/securing_mysql_windows.html MySQL Administrator for Windows 1.0.12 A powerful visual admi

Re: administrtor-user

2006-10-22 Thread Renish
in windows.. Pls explain me as though I am a beginner. - Original Message - From: "Visolve DB Team" <[EMAIL PROTECTED]> To: "Renish" <[EMAIL PROTECTED]>; Sent: Monday, October 23, 2006 12:49 PM Subject: Re: administrtor-user Hi, On which platform? It do good in Linux and Unix. Than

Embedded server with the archive storage engine

2006-10-22 Thread imre
Hi, Is it possible to use the embedded server with the archive storage engine (version 5.0.24a)? I tried to build it on windows with VS2005, and encountered a few problems. After I managed to build it, I had an assertion failure in a file close operation. I built libmysqld in the following way:

Re: administrtor-user

2006-10-22 Thread Visolve DB Team
Hi, On which platform? It do good in Linux and Unix. Thanks ViSolve DB Team. - Original Message - From: "Renish" <[EMAIL PROTECTED]> To: "Visolve DB Team" <[EMAIL PROTECTED]>; Sent: Monday, October 23, 2006 10:05 AM Subject: Re: administrtor-user I am using sql 4.1.21. useradd mysql

Re: administrtor-user

2006-10-22 Thread Renish
I am using sql 4.1.21. useradd mysql itself is not working Regards - Original Message - From: Visolve DB Team To: Renish ; mysql@lists.mysql.com Sent: Monday, October 23, 2006 12:17 PM Subject: Re: administrtor-user Hi First, shell> useradd mysql Changing UserNa

Re: administrtor-user

2006-10-22 Thread Visolve DB Team
Hi First, shell> useradd mysql Changing UserName and Group name for data directory shell> chown -R mysql:mysql data Create Initial database shell> scripts/mysql_install_db --user=mysql Start the Server Then to User: First, use the mysql program to connect to the server as the MySQ

administrtor-user

2006-10-22 Thread Renish
Can u guys tell me.. How can I be the administrator for the mysql and thenI I need to create users x, y,z and assign them a password. and give them privilages.. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTE

Re: mysqld_multi startup stop

2006-10-22 Thread Atle Veka
Sounds like you need to configure a user that has SHUTDOWN privileges. From: http://dev.mysql.com/doc/refman/5.0/en/mysqld-multi.html Make sure that the MySQL account used for stopping the mysqld servers (with the mysqladmin program) has the same username and password for each server. Also, make

Re: Alter Table Add Column - How Long to update

2006-10-22 Thread Ow Mun Heng
On Sun, 2006-10-22 at 21:32 +0800, 黄小聪 wrote: > "it says this is done so that other read processes can still > access the DB/table in it's OLD state w/o any hiccups." > I do not understand > so how does the MSSQL DB work when we alter table add column Frankly, I don't really know. I tried adding

Workbench

2006-10-22 Thread Jo�o C�ndido de Souza Neto
Hi everyone. I´m using mysql workbench to design my database and am heaving a snag. How can i rename my object? It always gets the name "test" and i did not found where can i change its name. Thanks in advance. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql T

problems with unsubscription

2006-10-22 Thread Vladimir B. Tsarkov
Hello! I cannot unsubscribe from the list. After filling in the form (http://lists.mysql.com/[EMAIL PROTECTED]), no e-mail comes to me for me to approve the unsubscription. P. S. If somebody of the list administrators reads this message, please unsubscribe my address ([EMAIL PROTECTED]) from the

Re: Alter Table Add Column - How Long to update

2006-10-22 Thread 黄小聪
"it says this is done so that other read processes can still access the DB/table in it's OLD state w/o any hiccups." I do not understand so how does the MSSQL DB work when we alter table add column* * 2006/10/22, Ow Mun Heng <[EMAIL PROTECTED]>: On Fri, 2006-10-20 at 09:06 -0700, William R. Mu