Copy MySQL Data Across The Server
If you move or change your hosting server, beside the files you also need to move your MySQL data as well. MySQL database holds all your…
// TAG · 16 POSTS · MYSQL
If you move or change your hosting server, beside the files you also need to move your MySQL data as well. MySQL database holds all your…
If you have blogs or websites, your database is one of the most important things. Your data will be stored in your database, for this case…
Linux, especially Ubuntu, has many FTP server applications. And PureFTPd is one of the most stable and good FTP server applications. We can configure PureFTPd to…
MySQL is a relational database management system (RDMS), and one of the most powerful DBMSes. Most websites including this blog use MySQL technology behind them. Since…
INFORMATION_SCHEMA provides access to database metadata. Metadata is data about the data, such as the name of a database or table, the data type of a…
Yesterday I was helping my friend’s blog. She wanted to change her domain and move her hosting server for some reasons. She is using WordPress as…
After a while of not writing on my blog, I’m ready to start writing again. Probably you noticed that I changed my theme. Yes, I was…