Very often people not expert ask me some simple detailed directions on how to install MySQL from fresh.
The following is a simple one that if you will follow step by step should give you a MySQL working installation.
this articule assume that you have the possibility to attach different storage for:
System and binaries
MySQLData
MySQLLogs
Prerequisite:
1) You need to have access to the client area for download the MySQL software from somwere possible points are: www.mysql.com www.askmonty.org www.percona.com
2) Perl DBI and DBD::mysql installed on the machine (See How to
Install MySQL Perl module guide)
3) Root privileges
Steps:
1) Install the Perl modules
2) Create a directory layout as follow:
/mysql_data/[Read more]
|-- data
| |-- mysql
| `-- test
`-- lost+found
…