Tags
.htaccess /usr/local/ AdWords Assests bin CMS Content Management Systems Creating new page Creating Themes SilverStripe DNS ESL firewall HTTP Images Installing Korea Korean Learning Guitar Links Linux New page Type open ports page type Port number ports President Elect Obama President Obama Protocol rpm Scalextric SEO SilverStripe SilverStripe 2.1 Slot Cars Tags tar TCP themes Time Magazine cover Todays Laptop and NoteBook Specials voip wamp server wget wowza wowzamedia server
Category Archives: MySQL
How to Backup MySQL Database automatically (for Linux users) 15 2 * * * root mysqldump -u root -pPASSWORD –all-databases | gzip > /mnt/disk2/database_`data ’ %m-%d-%Y’`.sql.gz This post will show you how to backup MySQL Database automatically if you are a linux user. You can use cron to backup your MySQL database automatically.”cron” is a time-based … Continue reading
Posted in MySQL, Web Development
Tagged Cron, Cron Backup, Database, Database Backup, db Backup, MySQL, MySQL Backup, MySQL Script backup
Leave a comment
Install & Setup LAN & Worldwide Access Guide for WAMP
STEP 1: Enable Associate Port in all Firewalls In order to communicate between your computer and other computers, either within your LAN or worldwide, you need to enable HTTP port in all firewalls. Different people use different firewalls and each … Continue reading
Posted in MySQL, Php, Server Management, WAMP, Web Development
Tagged firewall, HTTP, open ports, Port number, ports, Protocol, TCP, wamp server
Leave a comment
Reset root password on MySQL Server
[root@host root]# mysql Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 1 to server version: 3.23.41 Type ‘help;’ or ‘h’ for help. Type ‘c’ to clear the buffer. mysql> USE mysql Reading … Continue reading
Posted in MySQL, Web Development
Leave a comment
MySQL – Query Browser Connecting
To be able to remotely access your MySQL databases, you have to allow access to the databases from your computer. To do so, visit whatismyip.com, and copy your IP address. Then, log in to cPanel, go to MySQL Databases and … Continue reading
Posted in MySQL, Web Development
Leave a comment