I am now getting 

[EMAIL PROTECTED] Desktop]# mysql -u root -pmypasshere
ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

any thoughts...

once again thanks for the assistance

----- Original Message -----
From: [EMAIL PROTECTED]
Date: Monday, August 2, 2004 5:26 pm
Subject: Re: Upgrading mySQL 3.23 to 4.0

> I wound up having to do the following:
> 
> [EMAIL PROTECTED] Desktop]# rpm -Uvh MySQL-shared-compat-4.0.20-
> 0.i386.rpm
> warning: MySQL-shared-compat-4.0.20-0.i386.rpm: V3 DSA signature: 
> NOKEY, key ID 5072e1f5
> Preparing...                
> ########################################### [100%]
>   1:MySQL-shared-compat    
> ########################################### [100%]
> 
> [EMAIL PROTECTED] Desktop]# rpm -Uvh MySQL-shared-4.0.20-0.i386.rpm
> 
> warning: MySQL-shared-4.0.20-0.i386.rpm: V3 DSA signature: NOKEY, 
> key ID 5072e1f5
> Preparing...                
> ########################################### [100%]
>        package MySQL-shared-4.0.20-0 is already installed
> 
> [EMAIL PROTECTED] Desktop]# rpm -Uvh MySQL-devel-4.0.20-0.i386.rpm
> 
> warning: MySQL-devel-4.0.20-0.i386.rpm: V3 DSA signature: NOKEY, 
> key ID 5072e1f5
> Preparing...                
> ########################################### [100%]
>        file /usr/bin/comp_err from install of MySQL-devel-4.0.20-0 
> conflicts with file from package mysql-3.23.58-9
>        file /usr/bin/mysql_config from install of MySQL-devel-
> 4.0.20-0 conflicts with file from package mysql-3.23.58-9
> 
> [EMAIL PROTECTED] Desktop]# rpm -Uvh MySQL-server-4.0.20-0.i386.rpm 
> MySQL-client-4.0.20-0.i386.rpm MySQL-devel-4.0.20-0.i386.rpm
> 
> warning: MySQL-server-4.0.20-0.i386.rpm: V3 DSA signature: NOKEY, 
> key ID 5072e1f5
> Preparing...                
> ########################################### [100%]
>   1:MySQL-server           
> ########################################### [ 33%]
> Installing all prepared tables
> 040802 17:21:17  Warning: Asked for 196608 thread stack, but got 
> 126976040802 17:21:17  /usr/sbin/mysqld: Shutdown Complete
>                                                                    
>                                                                    
>                     
>                                                                    
>                                                                    
>                     
> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
> To do so, start the server, then issue the following commands:
> /usr/bin/mysqladmin -u root password 'new-password'
> /usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-
> password'See the manual for more instructions.
>                                                                    
>                                                                    
>                     
> NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
> the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
> able to use the new GRANT command!
>                                                                    
>                                                                    
>                     
> Please report any problems with the /usr/bin/mysqlbug script!
>                                                                    
>                                                                    
>                     
> The latest information about MySQL is available on the web at
> http://www.mysql.com
> Support MySQL by buying support/licenses at https://order.mysql.com
>                                                                    
>                                                                    
>                     
>   2:MySQL-client           
> ########################################### [ 67%]
>   3:MySQL-devel            
> ########################################### [100%]
> [EMAIL PROTECTED] Desktop]#
>                                                                    
>                                                                    
>                     
> Does this mean success? Also, what does this line mean? "040802 
> 17:21:17  Warning: Asked for 196608 thread stack, but got 126976"
> 
> Thanks for the help
> 
> ----- Original Message -----
> From: Japheth Cleaver <[EMAIL PROTECTED]>
> Date: Monday, August 2, 2004 5:12 pm
> Subject: Re: Upgrading mySQL 3.23 to 4.0
> 
> > At 01:58 PM 8/2/2004, [EMAIL PROTECTED] wrote:
> > >Greetings:
> > >
> > >  I am trying to upgrade to the new version of mySQL on Fedora 
> > Core 2 
> > > Linux.  I have "mysql  Ver 11.18 Distrib 3.23.58, for redhat-
> > linux-gnu (i386)"
> > >
> > >I downloaded the following files:
> > >  MySQL-client-4.0.20-0.i386.rpm
> > >  MySQL-server-4.0.20-0.i386.rpm
> > >
> > >and as root ran the following:
> > >[EMAIL PROTECTED] Desktop]# rpm -Uvh MySQL-server-4.0.20-
> 0.i386.rpm 
> > >MySQL-client-4.0.20-0.i386.rpm
> > >warning: MySQL-server-4.0.20-0.i386.rpm: V3 DSA signature: 
> NOKEY, 
> > key ID 
> > >5072e1f5
> > >error: Failed dependencies:
> > >         libmysqlclient.so.10 is needed by (installed) perl-DBD-
> > MySQL-2.9003-4
> > >         libmysqlclient.so.10 is needed by (installed) 
> > > mod_auth_mysql-20030510-4.1
> > >         libmysqlclient.so.10 is needed by (installed) php-mysql-
> > 4.3.4-11
> > >[EMAIL PROTECTED] Desktop]#
> > >
> > >I am not sure what I need to do can someone please assist.
> > >
> > >Thank You
> > >Gary
> > 
> > 
> > Install
> > - MySQL-shared-4.0.20-0.i386.rpm, and
> > - MySQL-shared-compat-4.0.20-0.i386.rpm as well.
> > 
> > And probably MySQL-devel-4.0.20-0.i386.rpm just for kicks.
> > 
> > The 2nd one is the specific package that should solve the 
> problem, 
> > especially with the php-mysql package.
> > 
> > 
> > HTH,
> > 
> > Japheth "J.C." Cleaver
> > 
> > 
> > -- 
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:    
> > http://lists.mysql.com/[EMAIL PROTECTED]
> > 
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    
> http://lists.mysql.com/[EMAIL PROTECTED]
> 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to