PHP & MySQL Selecting random record from MySQL database Panayiotis Georgiou 19/03/2016 0 The simplest way of selecting random rows from the MySQL database is to use "ORDER BY RAND()" clause in the query. The post will…
PHP & MySQL ERROR 2002 (HY000): Can’t connect to local MySQL server through socket… Panayiotis Georgiou 22/04/2015 0 The post will show how to solve the above error.
Mac OS X MySQL Database won’t start in XAMPP Manager-osx Panayiotis Georgiou 15/04/2015 16 The post will show to fix mysql problem on xampp. MySQL won't start in my manager-osx application. It doesn't throw me an in…
Apache How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu Panayiotis Georgiou 17/03/2015 2 The post demonstrates how to install LAMP stack on Ubuntu 12.04 About Lamp LAMP stack is a group of open source software used to…