Installing mysql in linux
To install mysql type following command in terminal
$ sudo apt-get install mysql-server
When installation is done, you may want to setup password for root
sudo mysqladmin -u root -h localhost password 'test' sudo mysqladmin -u root -h hostname password 'test'
Replace hostname and ‘test’ with your actually hostname and desired
<< Back to Setting up j2ee developer environment …
February 27, 2009 | Filed Under MySQL
Related Post
Comments
One Response to “Installing mysql in linux”
Leave a Reply
[...] most frequent tools in his machine. 1. Sun JDK 6.0 2. Eclispe 3.4 3. Tomcat 6.X 4. MySql 5 5. Apache [...]