Re: MySQL v5.5.12 on Mac OSX - Server won't start...

2011-05-14 Thread Reindl Harald
Am 14.05.2011 17:32, schrieb rich gray: > I have installed MySQL v5.5.12 Community Server on Mac OS X v10.5.8 > > When I try and start the server I get these messages before it aborts... > > 110514 17:16:14 mysqld_safe Starting mysqld daemon with databases from > /usr/local/mysql/data > 110514

MySQL v5.5.12 on Mac OSX - Server won't start...

2011-05-14 Thread rich gray
I have installed MySQL v5.5.12 Community Server on Mac OS X v10.5.8 When I try and start the server I get these messages before it aborts... 110514 17:16:14 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data 110514 17:16:16 [Warning] The syntax '--log-slow-queries' is

Re: Securing MySQL on Mac OSX

2009-03-11 Thread Tom Brown
It mentions that root in MySQL has nothing to do with the root of Mac OSX, but I need to know if MySQL being unprotected in this way has opened a door for hackers. it means that they can do whatever they want to the mysql db's without being prompted for a password. This does not

Securing MySQL on Mac OSX

2009-03-11 Thread Matthew Stuart
I am in the process of installing MySQL and PHP on my Mac following instruction in a book written by a chap called David Powers. I have come to a section that is called 'Securing MySQL on Mac OSX'. Basically it states that MySQL is up and running with a default account of '

Re: Newbie First Use Connection Question - Mac OSX 10.5.6

2009-02-19 Thread Curtis Maurand
or as the docs read: shell> mysqladmin password John Daisley wrote: The root Password will be blank after initial install. You can set it at a shell prompt with commands something like this... shell> mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd'); mysql> FLUS

Re: Newbie First Use Connection Question - Mac OSX 10.5.6

2009-02-19 Thread John Daisley
The root Password will be blank after initial install. You can set it at a shell prompt with commands something like this... shell> mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd'); mysql> FLUSH PRIVILEGES; mysql> EXIT; Where newpwd is your desired password. Best to

Newbie First Use Connection Question - Mac OSX 10.5.6

2009-02-19 Thread Jeff Murdock
I am brand new to MySQL and JAVA/Netbeans 6.5 so please excuse the stupid questions ... 1. I have just downloaded and successfully installed MySQL v5.1 on my MacBook Pro running OS X 10.5.6 2. I have also downloaded and installed MySQL Tools: Administrator & Query Browser (I come from

Re: unable to change root password on Mac OSX 10.5.2

2008-04-21 Thread Olga Lyashevska
Dear List, I have solved my problem I think. For some reasons 'alias mysql=/usr/local/mysql/bin/mysql' didnt work for me. When I type '/usr/local/mysql/bin/mysql -u root' I can log in as a root and change password. Later I can log in: '/usr/local/mysql/bin/mysql -u root -p' Thank you, Olga

Re: unable to change root password on Mac OSX 10.5.2

2008-04-21 Thread Warren Young
Olga Lyashevska wrote: e7253:mysql olichka$ /usr/local/mysql/bin/mysql Try: $ /usr/local/mysql/bin/mysql -u root -p It looks like you aren't logging into MySQL as root, so you don't have permission to set the root password. (If you don't give -u, it uses your OS X short user name a

unable to change root password on Mac OSX 10.5.2

2008-04-21 Thread Olga Lyashevska
Dear List, I have installed a binary package mysql-5.0.51a-osx10.5-x86_64.dmg I can start up/shutdown MySQL and connect to MySQL server, but I cant change a root password as required. ---begin example--- e7253:~ olichka$ cd /usr/local/mysql e7253:mysql olichka$ sudo ./bin/mysqld_safe Pass

Re: Newbie Q- Mac OSX install - login to mysql not working...

2007-12-13 Thread Rob Wultsch
On Dec 13, 2007 12:11 PM, Al <[EMAIL PROTECTED]> wrote: > (Sorry if this is a duplicate post, email issues w/multiple accts) > > I have a MacBook Leopard OS 10.5.1 2 GB RAM. I've got a good amount of > knowledge of computer systems, but haven't setup or worked with mySQL > before. (usually use it p

Newbie Q- Mac OSX install - login to mysql not working...

2007-12-13 Thread Al
(Sorry if this is a duplicate post, email issues w/multiple accts) I have a MacBook Leopard OS 10.5.1 2 GB RAM. I've got a good amount of knowledge of computer systems, but haven't setup or worked with mySQL before. (usually use it preinstalled on my hosting service). I downloaded the package and

problem with starting mysql on mac osx 10.4

2006-11-08 Thread uszek
Hi, I constantly keep receiving this kind of error: mariuszlenks-ibook-g4:~ mariuszlenk$ cd /usr/local/mysql mariuszlenks-ibook-g4:/usr/local/mysql mariuszlenk$ sudo ./bin/mysqld_safe Password: ./bin/mysqld_safe: line 1: ./bin/my_print_defaults: cannot execute binary file ./bin/mysqld_safe: line 1

Re: Problem installing MySQL on Mac OSX 10.4.3

2005-12-05 Thread Brent Baisley
Those message are kind of odd, even on a messed up system. I would first run the repair privileges in the disk utility for good measure, then delete all traces of MySQL and just start over. MySQL should be in /usr/local/mysql. To remove it just type: sudo rm -R /usr/local/mysql Then try ins

Problem installing MySQL on Mac OSX 10.4.3

2005-12-02 Thread Ton Kuypers
Hi, I've downloaded the "mysql-max-4.1.15-apple-darwin8.2.0-powerpc.dmg" and tried to install it, but I keep on getting the error "You cannot continue. There is nothing to install". I've also tried the "mysql-max-5.0.16-osx10.4-powerpc.dmg" and the "mysql-standard-4.1.15-apple-darwin8.2.0-p

Re: Mac OSX Tiger and 64 Bit

2004-07-01 Thread Jeremy Zawodny
On Tue, Jun 29, 2004 at 10:57:41PM -0700, Bruce Dembecki wrote: > So I have a question for those who understand developer speak and MySQL > builds and so on... > > Apple announced their new OS earlier this week, including this information > on the improvements to 64 Bit version using the G5 proces

Mac OSX Tiger and 64 Bit

2004-06-29 Thread Bruce Dembecki
So I have a question for those who understand developer speak and MySQL builds and so on... Apple announced their new OS earlier this week, including this information on the improvements to 64 Bit version using the G5 processor: http://www.apple.com/macosx/tiger/64bit.html One of our biggest pro

Re: Mac OSX MySQL Client 4.1.1

2004-04-30 Thread Paul DuBois
At 9:26 -0600 4/30/04, Sam Peterson wrote: My Mac mysql client does not appear to work correctly. The DB is fine and setup working great but I cannot use that version of the mysql client. Right now I'm using the 4.0.18 client on my mac. Are there known bugs with the 4.1.1 Mac OSX client

Mac OSX MySQL Client 4.1.1

2004-04-30 Thread Sam Peterson
My Mac mysql client does not appear to work correctly. The DB is fine and setup working great but I cannot use that version of the mysql client. Right now I'm using the 4.0.18 client on my mac. Are there known bugs with the 4.1.1 Mac OSX client? Sam Peterson

Re: lower_case_table_names, Mac OSX, InnoDB and 4.0.18

2004-02-27 Thread Heikki Tuuri
Bruce, I have now filed bug report 2994 about this. Regards, Heikki List:MySQL General Discussion« Previous MessageNext Message » From:Bruce DembeckiDate:February 27 2004 2:01pm Subject:lower_case_table_names, Mac OSX, InnoDB and 4.0.18 There seems to be some issues we are

lower_case_table_names, Mac OSX, InnoDB and 4.0.18

2004-02-27 Thread Bruce Dembecki
. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'binary-log.008' position 781142831 So, let's walk through these... For starters mysqld decides on it's own it will set lower_case_table_names=2 on it's own because "

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Kieran Kelleher
It may be that you did not give the mysql user ownership of the Data folder? Check your permissions first by typing: [KieranMac:~] kieran% ls -al /usr/local/mysql/ this shold show data folder as something like this: drwxr-x--- 13 mysql wheel 442 Aug 19 19:52 data Type this on the co

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Egor Egorov
"Devang Panchalia" <[EMAIL PROTECTED]> wrote: > Hi, > I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website. > I have installed it on Mac OS X 10.1.3. > When i am starting the MySql, it starts and ends with the message > "030821 MySqld ended". > Does anyone know what the pro

Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Devang Panchalia
Hi, I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website. I have installed it on Mac OS X 10.1.3. When i am starting the MySql, it starts and ends with the message "030821 MySqld ended". Does anyone know what the problem is ...?? Devang. -- MySQL General Mailing List F

Re: mac osx

2003-06-19 Thread Tony Thomas
There are some good Mac clients to access MySQL. I personally use CocoaMySQL for much of my day to day activity. You can find them all on versiontracker.org. YourSQL looks okay too. I agree though, the fancy interface, should you choose to use one of the above clients, is much more useful if y

Re: mac osx

2003-06-19 Thread Brent Baisley
There is no built-in graphically interface for running MySQL. It's all command line, meaning you need to use your terminal. You absolutely must read something on how to use MySQL. There are a lot of good books out there, I used "MySQL" by Paul DuBois (who is also on this list). MySQL is a datab

mac osx

2003-06-19 Thread 4mula design
Hi, I have installed mysql-standard 4.0.13 for Mac OSX10.2. I cannot get the mysql application to work-the files are white and cannot be launched. Any ideas what to do? Regards JB -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysq

OT - Of interest to Mac OSX users.

2003-02-13 Thread Brynley
Hi all, Of interest to Mac OSX users. http://www.aaronfaby.com/mysql.php Contains everything you'll need to get MySQL installed and working on OSX. He also has installers for Apache and PHP (http://www.aaronfaby.com/). Goodness, I wasted days getting MySQL installed originally but using

Re: Failed Config on Mac OSX

2003-01-15 Thread Gavin Dimmock
Hi Russell, You don¹t have a suitable compiler installed. For everything you need to know regarding installing MySQL on OS X go to http://www.entropy.ch/software/macosx/mysql/ Here you will find preconfigured mysql installs for OS X, plus step by step instruction on how to get it up and running

Re: Failed Config on Mac OSX

2003-01-15 Thread Peter D Bethke
Russell, Sounds like you don't have developer tools installed. You need the developer tools to build mysql on OSX. Though I think you can get hold of a pre-built distro as well - try versiontracker to find the link. Peter > This is my first time installing MySQL. > > I'm attempting to install M

Failed Config on Mac OSX

2003-01-15 Thread Russell Kenyon
This is my first time installing MySQL. I'm attempting to install MySQL on my Apple PowerBook G4 OSX 10.2. After downloading and unpacking mysql-3.23.53.tar.gz, my attempt to run ./configure failed. I'm including content from config.log, any help you might have would be appreciated. --

Re: MyODBC with iODBC on Mac OSX 10.2 Jaguar

2002-11-06 Thread Venu
Tarin wrote: Has anyone had any success in building the MySQL ODBC 3.51 Driver (formerly MyODBC) against iODBC on Mac OSX 10.2 Jaguar? Specifically, I would like to use the MySQL ODBC 3.51.04 Driver built using the iODBC Unix libraries, rather than the iODBC frameworks available on OSX through

MyODBC with iODBC on Mac OSX 10.2 Jaguar

2002-11-06 Thread Tarin
Has anyone had any success in building the MySQL ODBC 3.51 Driver (formerly MyODBC) against iODBC on Mac OSX 10.2 Jaguar? Specifically, I would like to use the MySQL ODBC 3.51.04 Driver built using the iODBC Unix libraries, rather than the iODBC frameworks available on OSX through OpenLink

RE: Getting mysql up and running on Mac OSX

2002-10-15 Thread mysql
Well the @INC is the enviroment array of perl so the perl script you're running needs DBI.pm perl module that appears not to be instaled on your box you can find more info about on http://dbi.perl.org/index.html and you can get it on http://search.cpan.org/author/TIMB/DBI-1.30/ -jose >I've g

Getting mysql up and running on Mac OSX

2002-10-15 Thread Hari Dass Khalsa
I've gotten mysql server running but am getting lots of errors when I try to run any of the scripts that come with it. for example when issuing the following command. [HDSK-Laptop:/library/mysql/sql-bench] haridass# ./run-all-tests The result I get is: Can't locate DBI.pm in @INC (@INC contains

Mysql on Mac OSX

2002-08-02 Thread Pierre Vaudrey
I'm new to the list trying to run Php & Mysql on the Apache server built-in Mac OSX. I'm running with the following error : [localhost:/usr/local/mysql] pierreva% mysql ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) [localho

Re: MySQL won't keep running on my Mac OSX

2002-04-08 Thread Paul DuBois
At 12:48 -0400 4/8/02, Jay Hill wrote: >I'm having trouble keeping MySQL running on my computer (PowerBook >G3 -Firewire, 576MB RAM, G3/400 - 40GB HD with plenty free in the >main OS X partition). I'm running OS X 10.1.3. > >1. I installed MySQL (binary) in \Users\hill\MySQL\ directory >(logg

Re: MySQL won't keep running on my Mac OSX

2002-04-08 Thread Russell E Glaue
I have the same exact setup down to the hardware (believe it or not). Your best game plan is to install the MySQL binary distro into /usr/local/mysql as the root user. And then run the MySQL server as root. You'll have to start the MySQL Server when you start the laptop. Otherwise, you can log ou

MySQL won't keep running on my Mac OSX

2002-04-08 Thread Jay Hill
I'm having trouble keeping MySQL running on my computer (PowerBook G3 -Firewire, 576MB RAM, G3/400 - 40GB HD with plenty free in the main OS X partition). I'm running OS X 10.1.3. 1. I installed MySQL (binary) in \Users\hill\MySQL\ directory (logged in as me/hill, not root) 2. I can run the

RE: MyODBC 3.51 build for Mac OSX

2002-02-23 Thread Venu
Hi, > -Original Message- > From: Brian Reed [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 23, 2002 9:52 AM > To: [EMAIL PROTECTED] > Subject: MyODBC 3.51 build for Mac OSX > > > Sorry, I’m new here and I’m sure this has been discussed ad naseum, but > d

MyODBC 3.51 build for Mac OSX

2002-02-23 Thread Brian Reed
Sorry, I’m new here and I’m sure this has been discussed ad naseum, but does anyone have information on where to get an installer for the Mac OSX version of the MyODBC drivers? The latest build I could find on the web is 2.5. (mySQL, sql, query, etc.)   TIA Brian

Re: [PHP] Mac OSX !?!?!?

2002-01-17 Thread Jim Dickenson
There is a link at http://www.entropy.ch/software/macosx/mysql/ for a startup items package. This will cause MySQL to start when you restart the Mac OS X system. On 1/17/2002 8:30 AM, "Erik Price" <[EMAIL PROTECTED]> wrote: > There is a utility called "daemonic" which is designed to deal with t

Re: [PHP] Mac OSX !?!?!?

2002-01-17 Thread Erik Price
There is a utility called "daemonic" which is designed to deal with this as well, but works for more than just MySQL -- it's intended to be used for all server daemons. http://daemonic.sourceforge.net/ It is Mac OS X-specific at this time, but according to the web site is designed for future

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread Joel Wickard
try calling session_start() as the very first thing in your php script. - Original Message - From: "René Fournier" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 7:41 PM Subject:

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread René Fournier
It does not > understand the > languages in which they are written. But the child notes a definite > plan in > the arrangement of the books---a mysterious order which it does not > comprehend, but only dimly suspects." - Albert Einstein > >> From: René Fournier &

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread René Fournier
It does not > understand the > languages in which they are written. But the child notes a definite > plan in > the arrangement of the books---a mysterious order which it does not > comprehend, but only dimly suspects." - Albert Einstein > >> From: René Fournier &

Re: [PHP] Mac OSX !?!?!?

2002-01-16 Thread Richard Baskett
instein > From: René Fournier <[EMAIL PROTECTED]> > Date: Wed, 16 Jan 2002 17:50:06 -0700 > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: [PHP] Mac OSX !?!?!? > > Can someone PLEASE explain why I get the following error message under > OSX (PHP

Mac OSX !?!?!?

2002-01-16 Thread René Fournier
Can someone PLEASE explain why I get the following error message under OSX (PHP+MySQL), but not under Windows ME or Linux? Warning: Cannot send session cache limiter - headers already sent (output started at /Users/rene/Sites/smartslitters/jupiter/europa/header.inc:6) in /Users/r

Mac OSX and a pound of my flesh

2002-01-16 Thread René Fournier
Can someone PLEASE explain why I get the following error message under OSX (PHP+MySQL), but not under Windows ME or Linux? Warning: Cannot send session cache limiter - headers already sent (output started at /Users/rene/Sites/smartslitters/jupiter/europa/header.inc:6) in /Users/r

Re: MySQL graphical front-end for Mac OSX

2001-12-07 Thread Sinisa Milivojevic
Robert Alexander writes: > At 18:07 -0700 2001/12/06, René Fournier wrote: > >Does anyone know if such a thing exists? (Especially a freeware one?) I'd like to >be able to create and modify table structures without hitting Terminal everytime. I >was using MySQLFront on Windows for this, and it w

Re: MySQL graphical front-end for Mac OSX

2001-12-07 Thread Erik Price
I haven't used it but a lot of people recommend PHPMyAdmin. Especially if your MySQL server is hosted by a company that doesn't give access to a shell account. Erik On Thursday, December 6, 2001, at 08:07 PM, René Fournier wrote: > Does anyone know if such a thing exists? (Especially a fr

Re: MySQL graphical front-end for Mac OSX

2001-12-06 Thread Michael Collins
At 8:38 PM -0500 12/6/01, NDPTAL85 wrote: >>Does anyone know if such a thing exists? Free phpMyAdmin Phpwizard.net http://www.phpwizard.net/projects/phpMyAdmin/ Webmin James Cameron http://www.webmin.com/webmin/index.html Not Free MacSQL Monitor (and SQL Language Module for BBEdit) Runtime La

Re: MySQL graphical front-end for Mac OSX

2001-12-06 Thread Robert Alexander
At 18:07 -0700 2001/12/06, René Fournier wrote: >Does anyone know if such a thing exists? (Especially a freeware one?) I'd like to be >able to create and modify table structures without hitting Terminal everytime. I was >using MySQLFront on Windows for this, and it was quite nice. The only probl

Re: MySQL graphical front-end for Mac OSX

2001-12-06 Thread NDPTAL85
On Thursday, December 6, 2001, at 08:07 PM, René Fournier wrote: > Does anyone know if such a thing exists? (Especially a freeware one?) > I'd like to be able to create and modify table structures without > hitting Terminal everytime. I was using MySQLFront on Windows for this, > and it was qu

MySQL graphical front-end for Mac OSX

2001-12-06 Thread René Fournier
Does anyone know if such a thing exists? (Especially a freeware one?) I'd like to be able to create and modify table structures without hitting Terminal everytime. I was using MySQLFront on Windows for this, and it was quite nice. The only problem is... It's only available for Windows. ...Ren

Re: [PHP] Re: Mac OSX and MySQL

2001-12-05 Thread Erik Price
.html It tells you how to create a user. Erik PS: don't use System Preferences' "Users" to make dummy users for MySQL and other services. On Wednesday, December 5, 2001, at 10:04 AM, René Fournier wrote: >>> I have to create a MySQL for my PHP scripts. How do I do

Re: [PHP] Mac OSX and MySQL

2001-12-05 Thread Erik Price
On Wednesday, December 5, 2001, at 12:24 AM, René Fournier wrote: > > I have to create a MySQL for my PHP scripts. How do I do this in Mac > OSX? There are a bunch of command line tools, but I'm not sure which > one[s] to use. Well, if you already have MySQL installed, t

Re: Mac OSX and MySQL

2001-12-05 Thread René Fournier
>> I have to create a MySQL for my PHP scripts. How do I do this in Mac >> OSX? There are a bunch of command line tools, but I'm not sure which >> one[s] to use. > > Not sure I understand this question. What do you mean by "create a > MySQL for my PHP?&quo

Re: Mac OSX and MySQL

2001-12-04 Thread Robert Alexander
e.sql The '-p' will prompt for your password. There's a bunch of good info in the manual about this. Check out "4.8.5 mysqldump, Dumping Table Structure and Data." >I have to create a MySQL for my PHP scripts. How do I do this in Mac >OSX? There are a bunch of

Mac OSX and MySQL

2001-12-04 Thread René Fournier
tools via command line (but really, what is the syntax for piping a 'dumped' database into a new database? "mysqladmin create database < dumpeddb.sql"??), but one question about users... I have to create a MySQL for my PHP scripts. How do I do this in Mac OSX? There are a

MySQL source installation on Mac OSX, problems with compiling

2001-09-20 Thread Grenzebach, Louis
>Description: MySQL fails to make under Mac OSX. During the make process numerous errors are displayed, but are generally ignored until I start recieving these errors: /usr/bin/ld: multiple definitions of symbol _optarg /usr/lib/libcurses.dylib(getopt.o) definition of _opt

Mac OSX Server Trouble

2001-02-09 Thread Zoran Avtarovski
I'm having sometrouble getting MySQL running on our osxs. I've downloaded the latest osxs binary from mysql.com. When I try to run the mysql_install_db I get the following error: dyld: ./bin/mysqld can't open library: /usr/lib/libpthread.A.dylib (No such file or directory, errno = 2) when I l