Sunday, January 17, 2010
Refreshing DNS records
I bought a domain name and edited its nameservers.
But on my PC, it was still showing the page by the
domain name provider. I thought it had something to
do with DNS and came across this command :
Flushing your DNS records on Windows :
ipconfig /flushdns
But on my PC, it was still showing the page by the
domain name provider. I thought it had something to
do with DNS and came across this command :
Flushing your DNS records on Windows :
ipconfig /flushdns
Friday, January 15, 2010
Sunday, January 10, 2010
MySql Event Scheduler, Partitions Explained
Friday, January 8, 2010
Mysql : Displaying number of rows for every table in a given database
select table_name, table_rows from information_schema.tables where table_schema = 'Database_to_look';
Source
Source
Subscribe to:
Posts (Atom)