Backup/Restore mysql databases using mysqldump
Sometimes we want to have a dump of all our databases in mysql and restore it later to somewhere else or in the same server. here’s how... In your terminal:…
Sometimes we want to have a dump of all our databases in mysql and restore it later to somewhere else or in the same server. here’s how... In your terminal:…
hi, back again.. I'm glad that I'm not the only one reading my posts here. There's someone e-mailed me today and would like to have some samples on how to…
I’ve been a Participant of asp.net community forum for a while. I’ve been active in the MySQL forum and most developers keep asking the same question. I just thought this…
Before you read, I consider that you are familiar with the following topics. * MySQL Connector.NET * Database Administration with MySQL * Structured Query Languages * and ASP.NET Before writing…
Thought this might help everyone who still use Visual Basic 6 as their programming language. I can say that VB 6 can't be better than .NET but its a good…