From time to time especially due the power loss, databases get corrupted. Here is a quick way to fix them using HeidiSQL.
How To Add A Remote MySQL User
For some tasks on your MySQL server, you will need a user that can access your server from other computers than localhost, for example if your using our RadioDJ wordpress plugin. By default, the root user which comes with a fresh install of MySQL server can only access the server from the same computer as […]
How to install MySQL Server?
How to install MySQL on Windows 7 (Note: for this tutorial I’m using MySQL 5.6.12.2) Go to https://dev.mysql.com/downloads/ and select “MySQL Community Server“; Select “Windows (x86, 64-bit), MySQL Installer MSI” and press “Download” Button; On the new page, select again “Windows (x86, 32-bit), MSI Installer” and download the installer package; When the download completes, run […]
From time to time, when adding new features in RadioDJ, also the database must be updated with new tables. The update process is very simple:
How to install RadioDJ database?
After installing and configuring mysql server, the next step is to install RadioDJ database. Make sure that you know the password you provided for MySQL, because you’ll need it here. Also, your MySQL server must run on this point.