Dear Sir,
I am using Mysql 5 in windows system.
I have formatted my system and copy the data directory before formatting the
system.
After formatting the system I have installed Mysql5 and resorted the data
directory with the older one.
When I browsing the database then innodb tabl
>Description:
I downloaded the binary for mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1.
And followed the following procedure :-
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
shell> ln -s mysql-VERSION-OS mysql
shel