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 <databasename>
See, really easy!
- › The M2 Ultra Is Apple’s Most Powerful Chip Yet
- › The Apple Watch Is Getting a Software Overhaul
- › Apple’s Long-Awaited Vision Pro Headset is Here
- › Apple Is Updating Widgets on Mac, With Help From Your iPhone
- › Your iPhone Is Getting a Journal App From Apple
- › 15-Inch MacBook Air Is Official, Complete With M2 Chip