Logout Developer Knowledgebase Search Adobe Partners Main Adobe Solution Partner Finder Adobe Solution Partner Program Support Developer Knowledgebase Adobe Solution Partner Program Products & Technology Adobe
Developer Knowledgebase

Knowledgebase HomeGoLive KB

Overview
Software Development Kits
Developer Knowledgebase
Support
Legal Notices
Feedback
Adobe Solution Partner Program
Join
Find a Solution Partner

Product
GoLive
 
Version
6.0
 
Last Edited
12-Nov-2003
 
Document
52355

How To: How do I uninstall MySQL on Mac OS X?

Summary
Instructions for uninstalling MySQL using an OS X terminal window.


Issue
How do I uninstall the MySQL install that came with GoLive?

Applies To GoLive 6.0, Mac OS X

Solution
Make sure the server is not running (Rebooting will do this). Start a terminal window. Type the following commands VERY CAREFULLY:
    cd /usr/local
    sudo rm mysql
    sudo rm -rf mysql-3.23.47-apple-darwin5.1-p

Warning: this will also destroy any databases you created with MySQL

back to top
Was this Knowledgebase document helpful? Yes  No
The articles in this knowledgebase are intended for use by software programmers currently using an Adobe SDK to extend or customize an Adobe product. These articles may be highly technical in nature.
If you have questions about an Adobe Product that are not related to development or an SDK product please visit: http://adobe.com/support/main.html
Copyright © Adobe Systems Incorporated. All rights reserved.
Terms of Use
Online Privacy Policy