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
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
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
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 '
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
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
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
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
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
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
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
(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
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
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
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
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
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
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
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
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
. 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 "
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
"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
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
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
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
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
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
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
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
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.
--
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
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
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
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
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
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
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
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
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, Im new here and Im sure this has been discussed ad naseum, but
> d
Sorry, Im new here and Im 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
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
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
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:
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 &
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 &
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
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
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
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
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
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
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
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
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
.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
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
>> 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
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
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
>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
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
62 matches
Mail list logo