Skip to main content
Category

PHP-MySQL

PHP-MySQL

Installing MySQL 5.1 on openSUSE

In this tutorial we take a quick run through MySQL installing it on openSUSE but the platform really could be anything. Using openSUSE we can use zypper to implement the install: zypper -n in mysql mysql-administration…
The Urban Penguin
October 3, 2013
PHP-MySQL

Understanding MySQL Users

The Default Account When MySQL is installed the default user is created, root. This account is the server administrator with full rights to the server. All user accounts to MySQL are stored in the system…
The Urban Penguin
August 30, 2013