Lazar Shishmanov
Connect
Articles
How to Access Database via the Hosting Control Panel?
To access your database follow these steps: Log in to your hosting control panel Open the Database Manager Click on the link for the phpMyAdmin for your MySQL database or the phpPgAdmin for...
How to Fix “Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)”
The reason for this warning is due to the fact that you are using localhost as the hostname for your database in your script. Please note that localhost is used only when your web and database are...
I am trying to access MySQL via the SSH command line, what is the path to MySQL command via SSH?
To connect to your database via SSH using the following command: mysql -h db_host_name -D db_name -u db_username -psomepass You can find the necessary information inside the Database Manager of your...
The SQL Server is Rejecting any INSERT Queries. Why?
Please note that some of our hosting packages have a set limit for maximum database size. If you have reached the limit, the SQL server will reject any inserts. You can check the current disk usage...
Why in phpMyAdmin there is an error message “You have no privileges”?
The only privileges that your database does not have are CREATE DATABASE. If you wish to add new databases, please use the Database Manager.
Is the InnoDB Storage Engine Supported on AwardSpace’s Servers?
The InnoDB storage engine is supported on our hosting plans. You can change the storage engine for your table via phpMyAdmin. You can access the phpMyAdmin from the Hosting Control Panel >...
Connect
Latest posts:
4 Ways to Monetize your WordPress Website
A few weeks ago, we glanced over a couple of Side Business Ideas, yet, having a standard online business might not be for you. You might not want to take care of all the business details. Accounting for example. Yet, the benefits of having a side gig, are way too...
5 Brilliant Graphic Design Online Portfolio Examples to Inspire You
Being a graphic designer poses challenges one would never expect beforehand. The areas of expertise you need to acquire expand with each passing day and if you can't keep up with that pace, you simply fall out. Professionals spring up like mushrooms daily and...
5 Reasons to Build a Website for Your Business
I can still remember the time when the products that my family was buying depended on what the local store has to offer. And the lack of choice can, and more often than not, is frustrating. My young self was, in a way, obligated to satisfy his needs with the limited...
WordPress Themes – How to Find Out if a Theme is Appropriate for Your Needs
WordPress themes are a small universe of their own. Diving deep into that universe could result in a lot of lost time, a lot of confusion, and a lot of frustration. Themes are being created for all sorts of reasons, and a lot of themes have been left to fate. And a...
The 3 Favorite Plugins of Our Users
WordPress is the most used CMS in the world. In fact, WordPress is running around 30% of the entire web. That probably wouldn’t be the case if it wasn’t as customizable as it is. And while a lot of this customization comes from the CMS itself, the vast number of...