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: MySQL server connection question.

2007-12-05 Thread Rolando Edwards
.mysql.com Subject: MySQL server connection question. I hope a simple question, Can a MySQL Client (5.0.14) connect to a MySQL Server (5.1.22) (or more specifically I have a static build of PHP using the libmsqlclient.la from MySQL version 5.0.14 as a client attempting to connect to a My

MySQL server connection question.

2007-12-05 Thread Jeffrey M. Johnson
I hope a simple question, Can a MySQL Client (5.0.14) connect to a MySQL Server (5.1.22) (or more specifically I have a static build of PHP using the libmsqlclient.la from MySQL version 5.0.14 as a client attempting to connect to a MySQL server running version 5.1.22rc.)? My thanks in advan

Fw: a php connection question

2002-10-08 Thread Frederick Belfon
I have Mysql set up on the same machine as the apache server. There is a database name inventory_db with a table product_info which have the two row id and name. I know there are three records in the table. However when ever I place this script below into a webpage I get just a blank page. What c

Re: SSL connection question Again!

2002-01-03 Thread John Barton
Mysql gurus: I have anxiously been watching the list for a response to this question, but still no joy. Does anyone have information on how to make an ssl connection with the mysql client? I have support compiled into the server, but unfortunately I cant find any documentation on the client side.

SSL connection question Again!

2001-12-30 Thread Heo, Jungsu Mr.
Happy New Year! I'm Sorry if this question has been posted often. but i cannot find answer. I have installed openssl and MySQL 4.0.1 with --with-openssl --with-vio And... mysql> SHOW VARIABLES LIKE '%ssl%' ; +---+---+ | Variable_name | Value | +---+---+ | have_o

SSL connection question.

2001-12-28 Thread Heo, Jungsu Mr.
I'm Sorry if this question has been posted often. but i cannot find answer. I have installed openssl and MySQL 4.0.1 with --with-openssl --with-vio And... mysql> SHOW VARIABLES LIKE '%ssl%' ; +---+---+ | Variable_name | Value | +---+---+ | have_openssl | YES |

Re: connection question

2001-11-15 Thread Arjen G. Lentz
Hi, - Original Message - From: "Brent Simpson" <[EMAIL PROTECTED]> > I've been reading up on this most of the day and still can't get it! You'll say DOH! later ;-) > I need to use PHP to make connections to MySQL. When I use my actual > host name to make the connection I get this: > W

connection question

2001-11-15 Thread Brent Simpson
I've been reading up on this most of the day and still can't get it! I need to use PHP to make connections to MySQL. When I use my actual host name to make the connection I get this: Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /var/www/html/php/db_mysql.inc on l