MySQL

  Installing MySQL If you want MySQL also do the following: sudo apt-get install mysql-server sudo apt-get install php5-mysql The php5-mysql install adds the mysql libraries to allow PHP to access the mysql database. Accessing MySQL from the command line First connect to the database and specify a user: mysql -p -u root Then enter […]

Read More