Archive for 'MySQL'

Show MySQL Version On Status Bar


Every time I programmed database system with Visual Basic, I always put MySQL version on status bar so that I always reminded to upgrade MySQL server. To create it, you just need to create a simple procedure.
Read more

Managing MySQL Service Through NET Command

Logo
If you want start and stop MySQL server on Windows XP, you can do it through MySQL Administrator or Service Console. And you can control it through command prompt, I’ll share it…

Read more