Hello everybody,
Yesterday i finally recieved my laptop that i intend to use for programming. I installed Ubuntu, but I'm not good at it yet. I use guides for every step that i make in the terminal. In the end i do manage to get most things working, but mysql is an exception.
The mysql book that I'm using suggested me to download the most recent server and client rpm files. when i did this i found out that ubuntu cannot treat these. A website suggested to convert them into .deb using alien. Afterwards sudo could be used to install them. Well i did this, and i try to log in into mysql but i get some strange error concerning files.
I suddenly found out that ubuntu already had (parts ?) of mysql installed. maybe the installation that i did messed this up ? So now i'm trying to find a way to get rid of all the mysql stuff to do a clean install after (maybe use a tar file instead so i dont have to use alien). The synaptic package manager does show anything mysql related though (when i type mysql nothing appears).
Does anyone know how i can get rid of all the mysql remnants on the system? I guess that's the only way to do a clean install again. I don't know where to look and which tools to use in Linux yet. I'm sorry if it is a dumb question.
Thanks for the help and kind regards :)
Bram