Usually mysql is located at /usr/local/mysql in the terminal window.
Using Terminal, get to /usr/local/mysql/bin
'ls' will give you the list of files in the folder
Try ./mysqld_safe
> On 10/6/06, Chris Elhardt <[EMAIL PROTECTED]> wrote:
>> apologize for the newbie question.
>>
>> installed myS
On 10/6/06, Chris Elhardt <[EMAIL PROTECTED]> wrote:
apologize for the newbie question.
installed mySQL 4 some time ago, and just played around with it in
terminal. Now that I really need to learn some database, I can't get
it to start in terminal. it autostarts; I can see it in the activity
m
Chris, what autostarts is likely the server, 'mysqld' (for mysql
daemon). What you need to start to access the server is a client,
'mysql'.
What command are you issuing? just mysql at the terminal prompt?
It seems odd I know, especially to long-time Mac users, but the
operating system may just
n tomcat write into this?
Andy
_
From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]
Sent: 20 September 2005 12:00
To: 'Andy Eastham'
Subject: RE: Startup Error
[EMAIL PROTECTED] mysql]# ls -l /usr/local/mysql
lrwxrwxrwx1 root root 40 Sep 19
ber 19, 2005 11:35 AM
To: 'J.R. Bullington'
Subject: RE: Startup Error
Here are the contents of the file
050919 09:33:52 mysqld started
050919 9:33:52 [ERROR] bdb: /usr/local/mysql/data: Permission denied
050919 9:33:52 [ERROR] bdb: /usr/local/mysql/data/log.01:
Permis
To: 'J.R. Bullington'
Subject: RE: Startup Error
Here are the contents of the file
050919 09:33:52 mysqld started
050919 9:33:52 [ERROR] bdb: /usr/local/mysql/data: Permission denied
050919 9:33:52 [ERROR] bdb: /usr/local/mysql/data/log.01:
Permission denied
05091
Johnson, Richard (NY Int) wrote:
Hi there
Total Newbie here.Any idea why I am getting these error messages
[EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from
/usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/
RJLINUX.rj.johnson.net.pid
Check your <>.err logs located in the /data/ directory. This will
tell you why you can't start the server.
J.R.
-Original Message-
From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]
Sent: Monday, September 19, 2005 10:38 AM
To: 'mysql@lists.mysql.com'
Subject: Startup Error
Hi th
Andrew McHorney <[EMAIL PROTECTED]> wrote on 21/05/2004 15:32:56:
> Hello
>
> I just installed version 4.0 using the installer. Is there supposed to be
a
> icon on the desktop for starting up MySQL. If so, what is the name of the
> executable?
>
> I have nothing in my programs list or on m
Why use root?
How about creating a dummy database (CREATE DATABASE dummy) and a dummy
user that only has rights to access that database and have your init.d
script connect as the user dummy to db dummy?
Much better than leaving MySQL root passwords around in easy to find
places. (I know, I know...
TK Banks wrote:
The startup script provided with Fedora linux uses the mysqladmin ping command to verify that the server is up after the safe_mysqld command has been issued; however, once I changed the password for the root account, this no longer works: it sits there and tries this command 10
Try commenting out the entry in the file /Library/MySQL/var/my.cnf
If it does not exist, copy one of the files from
/Library/MySQL/dist/my-small,medium,large.cnf
renamed to the above location, or, to /etc/my.cnf
Though, you may want to try uninstalling the package and reinstalling
it again
You moved the prototype startup script, not the output script created by
'make'.
You need to check the error log to see what the problem is.
Defryn, Guy wrote:
I have installed 4.0.9 from source.
After compiling it I want to start it with
/usr/local/mysql/bin/mysqld_safe --user=mysql &
and t
Hello Maximo,
Wednesday, October 16, 2002, 8:05:23 PM, you wrote:
MM> nscd??
nscd - A Name Service Caching Daemon
It's a DNS-something for glibc..
MM> I searched for that program and did not find it in linux.
MM> How would you go about fixing that problem?
It will be fixed in 3.23.53a that wi
Zack,
Wednesday, October 16, 2002, 5:56:11 PM, you wrote:
ZWK> I followed the directions in the Mysql documentation, but I can't get it
ZWK> to fire up properly. I dl the binary distribution
ZWK> mysql-max-3.23.53-pc-linux-gnu-i686.tar.gz
ZWK> Mysql 3.23.53
ZWK> Redhat 8.0
ZWK> When I start i
That was it! Thank you all for your help.
Steve.
-Original Message-
From: Iikka Meriläinen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 08, 2002 2:21 PM
To: Steve Bradwell
Cc: [EMAIL PROTECTED]; Oluwagbamila Oyekanmi; Bruce Lewis
Subject: RE: startup on win2000 as service not
arts from the startup folder the server does not
> start.
>
> Thanks again,
> Steve
>
>
> -Original Message-
> From: Bruce Lewis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 12:10 PM
> To: Steve Bradwell; [EMAIL PROTECTED]
> Subject: Re: st
startup folder the server does not
start.
Thanks again,
Steve
-Original Message-
From: Bruce Lewis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 08, 2002 12:10 PM
To: Steve Bradwell; [EMAIL PROTECTED]
Subject: Re: startup on win2000 as service not working.
Check your ini file to make
I had the same thing happen to me. Go in to services and right-click on
the mysql service. Go to properties and verify that the service is
assigned to the right executable. Mine was not so I had to start MySQL
manually every time I restarted.
(MySQL, query)
>>> Steve Bradwell <[EMAIL PROTECTE
I had the same problem happen to me. Go in to services and right-click
on the mysql service and check the properties. Check that the service
is assigned to the right executable. Mine was not so I had to start it
manually every time I restarted.
>>> Steve Bradwell <[EMAIL PROTECTED]> 10/08/02
Check your ini file to make sure the path reflects the proper location of
the database.
Bruce
- Original Message -
From: "Steve Bradwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 08, 2002 8:14 AM
Subject: startup on win2000 as service not working.
> Hi everyon
You need to Install MySQL as a service.
Use the following steps on the DOS command prompt:
1. cd \your-path-to-mysql\bin
2. >mysqld-max-nt --install
You could then start the service from Services in Control panel or use "NET
START mysql" on the command line.
Regards
'Gbamila
- Original
On Tue, 8 Oct 2002, Steve Bradwell wrote:
> Hi everyone,
>
> I have recently moved my mysql server from a win98 machine to a win2000
> machine. After running the self extracting setup for mysql, I copied my
> existing my.ini file over from the win 98 box, made neccesary changes to
> start mysqld-
At 20:54 -0300 8/15/02, Paulo Azevedo IEG wrote:
>Hi all
>
>I have Mysql Version: 3.23.49a at RadHat 7.2
>
>I read the documentation about automatic startup/shutdown
>but when I start the script it wait for a ENTER
>then it doesn't work at boot
>I always need do manual startup
>
>anybody have any
> Hello,
> them, will the command line over ride the settings in the my.cnf,
Manual sec. 4.1.2: "Options specified on the command
line take precedence over options specified in any
option file. "
/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://ww
> in this directory is the ./mustang-bin.index and also ./mysql/most.frm
> however I am getting the error messages below when I try and start it. I
> have never had this problem before. Does anyone have any ideas.
Your mysqld doesn't know where your files are (though, that was probably
obvious ;
On Tue, 12 Jun 2001, Neil Zanella wrote:
>
> On Tue, 12 Jun 2001, Martin Scherer wrote:
>
> > I am told that mysqladmin is not an understood command.
>
> Looks like you need to update your PATH variable.
>
Or one of the following:
$ /var/lib/mysql/bin/mysqladmin
$ cd /var/lib/mysql/bin
I take it you're running Windows?
If so then PATH is an environment variable that allows you to run any
command in its directories from anywhere. Example:
c:\> path=c:\windows;c:\windows\command
c:\> dir *.exe
Volume in drive C has no label
Volume Serial Number is 07D1-0502
Directory of C
At 7:00 PM -0700 6/12/01, Martin Scherer wrote:
>I purchased the mysql msql book from O'Reilly as well as another
>mysql book with a CD. I loaded the 3.22 versions to a windows and
>also to a Linux machine. It took me quite a while to determine
>where the files were located on the Linux mach
On Tue, 12 Jun 2001, Martin Scherer wrote:
> I am told that mysqladmin is not an understood command.
Looks like you need to update your PATH variable.
Neil
-
Before posting, please check:
http://www.mysql.com/manual.php
N6REJ wrote:
>
> I was looking throught the manual and it seems I should add the --secure and
> the --safe-show-database diretives. But if I try to add them to the
> /etc/rc.d/init.d/mysql script the daemon refuses to start. What is the
> proper way to do this?
>
> Troy
> [EMAIL PROTECTED]
>
31 matches
Mail list logo