missing safe_mysql

2003-03-26 Thread Hatala, Jeffrey
Good Day MYSQL helpers, On Redhat 8 we were running a FAQman software. A few days ago, mysql was not working, come to find out that the safe_mysql file was missing. This is the error that we get even though we can start up the safe_mysql ยป MySQL Error There was an error connecting to the

can't start ./safe_mysql

2003-03-09 Thread edwin lin
Can't start ./safte_mysql. Error message: touch: /usr/local/mysql/var/gemini.err cannot create chown: /usr/local/mysql/var/gemini.err: No such file or directory Starting mysqld daemon with databases from /usr/local/mysql/var ./safe_mysqld: /usr/local/mysql/var/gemini.err: cannot create So I created

Re: Can access DBs when started w/ safe_mysql but not with mysqld ????

2002-07-12 Thread Gerald Clark
ramer >Cc: [EMAIL PROTECTED] >Subject: Re: Can access DBs when started w/ safe_mysql but not with >mysqld > > >The mysql user should own the databases and files, not root. > >David Kramer wrote: > >>I am able to access all of the database instances that I have c

RE: Can access DBs when started w/ safe_mysql but not with mysqld????

2002-07-12 Thread David Kramer
TED]] Sent: Friday, July 12, 2002 11:08 AM To: David Kramer Cc: [EMAIL PROTECTED] Subject: Re: Can access DBs when started w/ safe_mysql but not with mysqld The mysql user should own the databases and files, not root. David Kramer wrote: >I am able to access all of the database instance

Re: Can access DBs when started w/ safe_mysql but not with mysqld????

2002-07-12 Thread Gerald Clark
The mysql user should own the databases and files, not root. David Kramer wrote: >I am able to access all of the database instances that I have created when >starting Mysql with safe_mysql(as root user). As soon as I start mysql any >other way, I keep getting the Access Denied Error.

Can access DBs when started w/ safe_mysql but not with mysqld????

2002-07-12 Thread David Kramer
I am able to access all of the database instances that I have created when starting Mysql with safe_mysql(as root user). As soon as I start mysql any other way, I keep getting the Access Denied Error. Can root only access DBs under safe_mysql? Im completely lost here Thanks, DK David

Re: patch: manpage safe_mysql(1)

2001-11-27 Thread Sinisa Milivojevic
Thank you for your contribution. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com --

patch: manpage safe_mysql(1)

2001-11-26 Thread ch
>Description: Attached is a short manpage bugfix. >How-To-Repeat: man -k safe_mysqld >Fix: --- safe_mysqld.1.orig Tue Nov 27 02:19:05 2001 +++ safe_mysqld.1 Tue Nov 27 02:19:56 2001 @@ -1,8 +1,7 @@ -.TH SAFE_MYSQLD "1" "19 December 2

Re: newbie need help -- safe_mysql

2001-11-17 Thread Nick Ooka
ALL-SOURCE file > I can get to the last instruction - > > /usr/local/mysql/bin/safe_mysql --user=mysql & > > I get a No such file or directory file, which is > correct, I dont have safe_mysql anywhere on the system > > Did I miss a step so

newbie need help -- safe_mysql

2001-11-17 Thread a a
Following the instructions in the INSTALL-SOURCE file I can get to the last instruction - /usr/local/mysql/bin/safe_mysql --user=mysql & I get a No such file or directory file, which is correct, I dont have safe_mysql anywhere on the system Did I miss a step somewhere? Running mysql-4.0

Re: safe_mysql...

2001-09-21 Thread Carl Troein
Keith Woodworth writes: > I dont have a my.cnf but now need to relocate the database on the system, > where does mysql get the environtment var's it uses to start by default? It doesn't get them from env vars AFAIK, but you can change them at compile time. Also, there are command-line parameter

safe_mysql...

2001-09-21 Thread Keith Woodworth
Need to change locations of where mysql is storing all its database info. When the system starts it initiates safe_mysqld and starts with the base dir of /usr/var/local I dont have a my.cnf but now need to relocate the database on the system, where does mysql get the environtment var's it uses

Re: safe_mysql not working properly, can any body help

2001-08-31 Thread dwilkers
Plesae review your log files! On Fri, 31 Aug 2001, nirav shah wrote: > Dear friends, > > I have got mysql current 3.23 version installed > with linux in my pc. > > but it is not working properly when i give > command > > $ safe_mysqld > > Here after few seconds, it dis

Re: safe_mysql not working properly, can any body help

2001-08-31 Thread Joshua M . Schmidlkofer
You need to look at the mysql error log, usually in your data directory. 99% of the time, if this is your first attempt to use MySQL you don't have the permissions tables created yet. There should be a mysql_install_db script that cam with your system, see if you have that, and try running

safe_mysql not working properly, can any body help

2001-08-31 Thread nirav shah
Dear friends, I have got mysql current 3.23 version installed with linux in my pc. but it is not working properly when i give command $ safe_mysqld Here after few seconds, it displays message that mysqld ended. So i am not able to start the server. When i verified m