about mysql installation in a LAMP environment -


when build lamp environment in ubuntu-12.10, first installed mysql mysql-5.5.12.tar.gz,but told me can not find configure file,it here:

root@tryandchange-qth6:/usr/local/src# cd mysql-5.5.12  root@tryandchange-qth6:/usr/local/src/mysql-5.5.12# ./configure --prefix=/usr/local/mysql  bash: ./configure: 没有那个文件或目录(not exists document or file) 

who can tell me why?or tell me way build lamp environment, not 'apt-get install'.

xampp has downloadable linux binaries, download, extract , run /path/to/xampp/xampp start - i'd recommend easiest way set lampp stack.

link xampp linux

obviously eschewing use of apt, working knowledge apache/php/mysql become obsolete , have work keep them secured , up-to-date.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -