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 […]
RadioDJ WordPress Plugin
If you are using WordPress, you can use our plugin to display the following section of your website without any coding: In order to work, this plugin must be able to establish a connection from your web host to your MySQL server. For this you must be sure that on your web server is opened […]
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.