Thursday, 7 June 2012
On 07:11 by Unknown No comments
Install MySQL Server 5 on Ubuntu
Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.
Open a terminal window, and use the following command:
sudo apt-get install mysql-server
If you are running PHP you will also need to install the php module for mysql 5:
sudo apt-get install php5-mysql
To create a new database, use the mysqladmin command:
mysqladmin create
See, really easy!
Subscribe to:
Post Comments (Atom)
Search
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^
Recent Posts
Sample Text
Blog Archive
-
▼
2012
(37)
-
▼
June
(10)
- Installing filezilla on linux
- Netbeans 7.1.2 refuses to include php plugin after...
- Installing a .sh file on ubuntu
- Searching for a grid?
- Installing some Microsoft Office fonts on ubuntu
- Enabling connecting to the Iinternet using a modem...
- Use a javascript confirm box to ask the user if th...
- INSTALLING MYSQL
- SETTING UP PHPMYADMIN
- LAMP
-
▼
June
(10)
Sample Text
Powered by Blogger.
Social Icons
Followers
About Me
Featured Posts
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^
0 comments:
Post a Comment