LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   help whit mysql (https://www.linuxquestions.org/questions/linux-software-2/help-whit-mysql-169622/)

chicko007 04-13-2004 12:25 PM

help whit mysql
 
each time i write donw

<root@localhost>$ mysql

it's tell me
erro 1595:Acces dined to user "root@localhost" (using passqord no)

how i'm supoose to unistall mysql-client packeage
and mysql-server package

sorry the question it how to remove a package that i have instaled

jsokko 04-13-2004 12:53 PM

what's your distro?

If you installed it via RPM, you can use a manager to uninstall the client and the server. The DBs will still be there but you can clear that out manually in the data folder.

If you compiled it yourself then you're going to have to either remove it manually (i.e. deleting the folder structure and all related files by hand) or try looking up all flags available with the ./configure --help. There might be a remove script there.

umbraeOtheisles 04-13-2004 01:12 PM

To remove the packages you would use rpm -e packagename. You can list the MySQL packages you have installed by typing...

Code:

rpm -qa | grep MySQL
However, your main problem is that you have not setup a password for your root@localhost account. You can try the instructions in the following document:

http://dev.mysql.com/doc/mysql/en/Re...rmissions.html


All times are GMT -5. The time now is 10:02 PM.