Here is a quick guide to creating a new MYSQL database, adding a user, and then finally a simple table. I will be using debian/ubuntu as the host system. First create the database. Login as the root user. Create the database user. Now grant the new user permissions on the new database. Don’t forget to… Continue reading Create A New MYSQL Database and User
Tag: Ubuntu
Change Timezone on Raspian / Debian / Ubuntu
Here’s a quick and easy way to change the timezone configuration on Raspian / Debian / Ubuntu server, but will probably work on other linux flavors as well. First, lets see what our current configuration is: To get a list of all the supported time-zones: And something like this to grep for relevant ones: Next,… Continue reading Change Timezone on Raspian / Debian / Ubuntu