Hi ,

Shall appreciate your feedback on this email.

Is it ok to install 32bit mysql under /usr/mysql/32bit and 64bit under 
/usr/mysql/64bit.

I understand that this is different from how Solaris libraries are 
distributed but if we twig the way MySQL is usually installed, it will 
not go well with the users of MySQL (as they will be all confused to not 
find the required binaries in its place and also to find redundant sym 
links to different directories)

I think we should install MySQL the way it is usually installed . We can 
change the installation directory, the data and log directory but if we 
try to change the location of files inside the install area, it will all 
become very messy and confusing.

On a seperate note, do we have to bundle both 32bit and 64bit of MySQL 
in webstack ? Based on the other thread "Database 32bit and 64bit" , it 
appears to me that the requirements  is just to integrate 32bit.

Regards,
Ritu

Luojia Chen wrote:

>Hi,
>
>As you may know, the src distribution of mysql is installed after configure 
>and compile it. The subdirectories of source installation of mysqld 
>server(either 32 or 64 bit) are:
>
>bin:  client program and scripts
>include/mysql:  header files
>Docs:  manual info
>man: manual pages
>lib/mysql: Libraries
>libexec: mysqld server
>share/mysql: Error message files
>sql-bench: Benchmark tests
>var: databases and log files
>
>So while integrate both 32 bit and 64 bit MySQL into Solaris, can we just put:
>/usr/mysql ->32bit (so all bin,lib,scripts,include,Docs etc. subdirectories 
>under this directory are for 32 bit mysql db)
>/usr/mysql/64 ->64bit (so all bin,lib,scripts,include,Docs etc. subdirectories 
>under this directory are for 64 bit mysql db), which is the similar as the 
>binary distribution provided by MySQL AB - typically installed under 
>/usr/local/mysql(for either 32 or 64 bit) and be familiar and used by most 
>MySQL customers.
>
>if we put 64-bit MySQL like:
>/usr/mysql/bin/64 ->64 bit
>/usr/mysql/lib/64 ->64bit
>At least, the 64-bit mysqld server can't be installed and startup properly 
>without further changes in some script files(and it may need some other 
>changes and tests to make it run properly.)
>
>
>Thanks!
>
>
>   Luojia(Jenny) Chen              
>   Software Engineer                 
>   ISV Engineering      
>   v-mail:(510) 550-2394                                  
>   SUN Microsystems
>_______________________________________________
>webstack-discuss mailing list
>webstack-discuss at opensolaris.org
>http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>  
>


Reply via email to