Re: changing the UNIX user for mysql server startup

2005-12-08 Thread Remo Tex
Perumal, Jai wrote: Hi, We install the mysql version 5.0.16 on Linux Red hat as the root operating system user. After the install we changed the ownership and group to a mysql UNIX user. We tested starting and stopping the mysql server using the mysql UNIX user account and it worked fine.

changing the UNIX user for mysql server startup

2005-12-08 Thread Perumal, Jai
Hi, We install the mysql version 5.0.16 on Linux Red hat as the root operating system user. After the install we changed the ownership and group to a mysql UNIX user. We tested starting and stopping the mysql server using the mysql UNIX user account and it worked fine. But when we reboot t

Re: Server Startup

2004-07-01 Thread Egor Egorov
"David Scott" <[EMAIL PROTECTED]> wrote: > Then get a copy of mySQL CC > http://dev.mysql.com/downloads/mysqlcc.html Also take a look at MySQL Administrator http://dev.mysql.com/downloads/administrator/index.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita T

Re: Server Startup

2004-06-29 Thread David Scott
Horney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 3:26 PM Subject: Re: Server Startup > Hello > > I created the icon but nothing happens. What do I need to do? > > Andrew > > At 03:20 PM 6/19/2004, Andrew McHorney wrote: >

Re: Server Startup

2004-06-29 Thread Andrew McHorney
Hello I created the icon but nothing happens. What do I need to do? Andrew At 03:20 PM 6/19/2004, Andrew McHorney wrote: Hello I installed the software. I would like to start up the server but there is no icon. What is the name of the executable so I can make an icon? I am running under Windows.

Re: Server Startup

2004-06-20 Thread Andrew Pattison
sage saying "service installed successfully". 4. Type "net start mysql" to start mysql as a service. Cheers Andrew. - Original Message - From: "Andrew McHorney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 11:20 PM Sub

Re: Server Startup

2004-06-19 Thread JOHN MEYER
PM Subject: Server Startup Hello I installed the software. I would like to start up the server but there is no icon. What is the name of the executable so I can make an icon? I am running under Windows. Thanks, Andrew -- MySQL General Mailing List For list ar

Server Startup

2004-06-19 Thread Andrew McHorney
Hello I installed the software. I would like to start up the server but there is no icon. What is the name of the executable so I can make an icon? I am running under Windows. Thanks, Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http:

MySQL Server startup Problem

2004-01-17 Thread Nicholas
Hello Everyone, I downloaded and installed the mysql-standard-4.0.17-apple-darwin6.8-powerpc.dmg file from the mysql web site to my ibook running Mac OSX Version 10.1.5 on it. I read the documentation on the mysql site and it said to do the following next: shell> cd /usr/local/mysql shell> s

error at server startup

2004-01-16 Thread Markus Wolf
Hi! After some tries i finally managed to compile mysql 4.0.17 with ssl-support (openssl 0.9.7c, compiled with minGW 3.1.0.1) under windows2000. SHOW VARIABLES LIKE 'have_openssl' returns YES. when starting the server the following happens: $>mysqld.exe --port=3306 --ssl-ca=cacert.pem --ssl-cert=

Re: Server startup error on Linux

2002-03-25 Thread Egor Egorov
Rance, Saturday, March 23, 2002, 1:27:37 AM, you wrote: RH> Egor: RH> Yes, im sure that the host.xxx tables are in the directory I specified to RH> the mysql_install_db script. RH> One thing to note.. RH> This is a software package for my distro... I did not compile from source so RH> I dont

Re: Server startup error on Linux

2002-03-22 Thread Rance Hall
. Thoughts? >From: Egor Egorov <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Server startup error on Linux >Date: Fri, 22 Mar 2002 20:32:00 +0200 > >Rance, >Friday, March 22, 2002, 4:53:41 PM, you wrote: > >RH> here goes (not that it will give you a

Re: Server startup error on Linux

2002-03-22 Thread Egor Egorov
Rance, Friday, March 22, 2002, 4:53:41 PM, you wrote: RH> here goes (not that it will give you any better information than I did RH> already but since you asked...) RH> <<>> RH> 020318 14:30:48 mysqld started RH> 020318 14:30:49 /usr/libexec/mysqld: Table 'mysql.host' doesn't exist RH> 02

Re: Server startup error on Linux

2002-03-22 Thread Rance Hall
l_install_db are correct. --skip-grant-tables will allow the server to start, but a normal start is impossible Rance >From: Egor Egorov <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Server startup error on Linux >Date: Fri, 22 Mar 2002 15:38:03 +0200 > >Rance, &g

Re: Server startup error on Linux

2002-03-22 Thread Egor Egorov
Rance, Thursday, March 21, 2002, 9:30:26 PM, you wrote: RH> I issued the chown command as indicated by Andreas RH> but it doesnt help RH> I still get the "Table mysql.hosts doesnt exist" RH> I know that all the tables created by mysql_install_db are infact owned by RH> mysql RH> but the server d

Re: Server startup error on Linux

2002-03-21 Thread Rance Hall
I issued the chown command as indicated by Andreas but it doesnt help I still get the "Table mysql.hosts doesnt exist" I know that all the tables created by mysql_install_db are infact owned by mysql but the server daemon still cant find them what next? _

RE: server startup error on linux

2002-03-21 Thread Andreas Frøsting
> I assume that the mysql daemon is looking for one of those > owned by mysql. > > The server will start if I send the --skip-grant-tables option > > Who wants to run a database with no grant tables Find out where your databases are located. Think /var/db/mysql is the default. Go there an

RE: server startup error on linux

2002-03-21 Thread Andreas Frøsting
> I assume that the mysql daemon is looking for one of those > owned by mysql. > > The server will start if I send the --skip-grant-tables option > > Who wants to run a database with no grant tables Find out where your databases are located. Think /var/db/mysql is the default. Go there an

Re: server startup error

2002-03-21 Thread Gerald Clark
The group is not really important, as long as mysql owns the data directory and its contents. You can check /etc/group and see if you have a mysql group, or a group to which mysql is a member. Rance Hall wrote: > Folks: > > I think you are on the right track with that Gerald.. > > I deleted al

server startup error on linux

2002-03-21 Thread Rance Hall
Ok, I guess Im gonna have to do this again I have a Slackware 8.0 distro with the apache, php, and mysql install pkgs off of the cd I am logged in as root (not su'ed to root) and run the mysql_install_db script I run it with or without the --user=mysql qualifier in either case the databases

Re: server startup error

2002-03-20 Thread Rance Hall
Folks: I think you are on the right track with that Gerald.. I deleted all the files in my data directory (they were just the ones that mysql_install_db creates) and then ran mysql_install_db --user=mysql This time, nothing was created, no files, or anything, cant even find an error message t

Re: server startup error

2002-03-20 Thread Gerald Clark
Does mysql own the mysql database directory, and all its files? You should have run it as mysql_install_db --user=mysql Rance Hall wrote: > > Hello all > > I have a slackware 8.0 distro that includes mysql 3.39.x (I'm not at > that computer now, so that could be wrong slighly) install pkg > >

server startup error

2002-03-20 Thread Rance Hall
Hello all I have a slackware 8.0 distro that includes mysql 3.39.x (I'm not at that computer now, so that could be wrong slighly) install pkg I have installed it, and I can get it to run with the --skip-grant-tables option. When I try to run safe_mysqld without the skip option I get the foll

mysql problem ( innodb server startup)

2002-03-14 Thread Chetan Lavti
hi, When I am starting the mysqld-max daemon there appears two errors !! I have intalled it on the another machine !! At this machine only, i am facing this problem, previously it was running O.K. anybody who can tell me how to resolve this problem...?? [root@dev1 sbin]# ./mysqld-max --user=root

mysql problem ( innodb server startup)

2002-03-14 Thread Chetan Lavti
hi, When I am starting the mysqld-max daemon there appears two errors !! I have intalled it on the another machine !! At this machine only, i am facing this problem, previously it was running O.K. anybody who can tell me how to resolve this problem...?? [root@dev1 sbin]# ./mysqld-max --user=root