How to update MySQL Server on Windows Machine Preliminary notes: These steps work for MySQL Server that is running as a service on Windows machine. These steps were tested, when MySQL data directory is located on a different drive from MySQL installation directory. Determine your current MySQL version. Run MySQL commend shell: ..\YourMySQLFolder\bin\mysql.exe -u root You should see something like this: Server version: 5.5.8 MySQL Community Server (GPL) Rename MySQL installation directory Download a *.zip file from Oracle (not *.msi). GA stands for “Generally Available”. Select x32 or x64 package from: http://dev.mysql.com/downloads/mysql/ Stop MySQL Service Create empty MySQL install directory and unzip content of…
How to Work with MySQL – Basic Tasks
This material is tested with MySQL 5.1 and 5.5 on various Windows versions. This article covers these topics: -010- MySQL Data Location -020- Shortcut to MySQL Command Shell -030- Create a New Database -035- Delete an Existing Database -040- Display a List of All DB Users -050- Display a List of All Tables -060- List All Fields in a Table -070- Free ODBC Connector is Available -080- Create a New User -085- Change User Password -090- Delete a User -100- Grant User Rights to a D/B and Show It -110- Save Database into a Dump File -120- Restore Database From a Dump File -130- Rename Database -140- Backup Database -150- Automate…


