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
.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
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
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
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.
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
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 |
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
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
11 matches
Mail list logo