A Web.com Partner
This tutorial will show you how to create a database in Plesk If your website incorporates custom data processing applications or is designed to generate web pages dynamically, you will likely need a database for storing and retrieving data. 1) First, click the Websites & Domains tab. 2) Then click Databases. 3) Click Add New […]
Read MoreThis tutorial will show you how to manage databases with Webadmin in Plesk To manage your databases and their contents, use your favorite MySQL, PostgreSQL, or Microsoft SQL Server client or the web-based database management tool accessible from the Panel, also known as the Webadmin. 1) You can find that by going to Websites & […]
Read MoreThis tutorial will show you how to manage a website log in Plesk All connections to the web server and requests for files that were not found on the server are registered in log files. These log files are analyzed by the statistics programs running on the server, which then present graphical reports on demand. […]
Read MoreThis tutorial will show you how to set up Web Users in Plesk You can host on your web server personal web pages for users who do not need their own domain names. These pages usually have web addresses like http://your-domain.com/~username. 1) This is possible using a feature known as Web Users. Go to Websites […]
Read MoreThis tutorial will show you how to create custom buttons in Plesk You can create custom buttons to use in Plesk for your own convenience. 1) Go to Account to begin. 2) Click Custom Buttons. 3) Click this icon to create a new one. 4) Type the button label. 5) Set the location where this […]
Read MoreThis tutorial will show you how to enable website statistics in Plesk Statistics are detailed reports on how the resources provided with your subscription are being used.>The first place you’ll see Statistics is on the home page. Here you can see your current Disk space and Traffic usage. Now go to Websites & Domains. 1) […]
Read MoreThis tutorial will show you how to create a database table in phpMyAdmin Now let’s learn how to create a table within a database Select thedemo1234_members database here Enter a Name for our new table Then enter the number of fields this new table is to have. Click Go Now enter the details of each […]
Read MoreThis tutorial will show you how to search through a database with phpMyAdmin Now let’s learn how to use the Search feature Click the database you wish to search here Enter words or values to search for in the database. There are several options you can use to refine your search. This database only has […]
Read MoreThis tutorial will show you how to rename database tables with phpMyAdmin Click the database table you wish to rename Then click the Operations button Enter a new name for the table here Then click Go That’s it! The information table has been renamed infotable, and is listed here This is the end of the […]
Read MoreThis tutorial will show you how to run SQL queries on a database with phpMyAdmin Now let’s learn how to run SQL queries on a database Click the database table you wish to run a SQL query on As demonstrated in another tutorial, you can delete (or drop) a field from a table by selecting […]
Read More