Monthly Archives: October 2015
How to create a MySQL database from command line
If you need to create a database, and you don’t want to bother logging into a graphical interface, you can do this via the command line with a few simple commands. First, if the database already exists, you’ll need to delete it with the following command. mysql -u root -p$password -e ‘DROP DATABASE $targetdb;’ This …
How does Outsourced Support Help Build Customer Loyalty?
Hosting companies looking to grow need to build customer loyalty first. Bringing on new customers is great, but if they stay for a few months to a year and leave, you won’t ever be able to truly grow your business. When a customer receives an amazing product and incredible service, they become loyal. They actually …
How to backup a MySQL database via SSH
To backup a database, it is pretty easy. Here are the 2 commands I use most If you are planning on restoring this into a new empty database, then use this command. mysqldump –add-drop-table -u db_username -p db_name > mybackup.sql If you are planning on merging this backup into an existing database, then you should …
Manually adjust the number of visitors on a cPanel counter.
If you have a counter on your site using the cpanel counter script (/cgi-sys/count.cgi) and you need to adjust the number of hits that it reports, you can do so by editing the following file /var/cpanel/Counters/userid-something.dat Replace “userid” with his username, and the “something” with whatever the counter was called. Now when you got …
- English Support
- 24/7 x 365
- Branded Support
- Reduced Overhead
- Linux Experts
- Friendly Staff