Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free.
If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U. Government or anyone licensing it on behalf of the U. Government, then the following notice is applicable:.
Government end users are "commercial computer software" or "commercial computer software documentation" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. The terms governing the U. Government's use of Oracle cloud services are defined by the applicable contract for such services.
No other rights are granted to the U. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.
Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications. Other names may be trademarks of their respective owners. Intel and Intel Inside are trademarks or registered trademarks of Intel Corporation. This software or hardware and documentation may provide access to or information about content, products, and services from third parties.
Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle.
Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.
Use of this documentation is subject to the following terms:. You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it that is, electronically for download on a Web site with the software or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium.
Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle customers that have purchased support have access to electronic support through My Oracle Support. Document generated on: revision:  Asked 9 years, 7 months ago. Active 10 months ago. Viewed k times. I need it for Qt connectivity. Improve this question. CH3M 65 7 7 bronze badges.
Add a comment. Active Oldest Votes. You can list all installed mysql packages with the command: sudo dpkg -l grep -i mysql For more cleanup of the package cache, you can use the command: sudo apt-get clean Also, remember to use the command: sudo updatedb Otherwise the "locate" command will display old data.
To install mysql again, use the following command: sudo apt-get install libmysqlclient-dev mysql-client This will install the mysql client, libmysql and its headers files. To install the mysql server, use the command: sudo apt-get install mysql-server. Improve this answer. It worked I guess. I suggest you to take backup of your important MySQL databases. Remove MySQL configuration and data. Note: the above based on your package list. I have installed both server and client.
This will for your convineient. I first typed this in command line : sudo apt-get remove --purge mysql-server mysql-client mysql-common ,. I forgot the MySQL root password and needed to reset. I tried this , but it didn't work, because it kept saying "can't write logs" or something similar. I had to run the last command because Ubuntu sometimes keeps some libs even you try to purge them all. Ubuntu Community Ask!
Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more. Ask Question. Asked 9 years, 5 months ago. Active 1 year, 3 months ago. Viewed k times. I installed MySQL using sudo apt-get. Related Articles. Java 2 years ago. Linux Mint 3 years ago. Python 3 years ago. Linux 3 years ago. No results found.
Welcome back! You've successfully signed in.
0コメント