Ubuntu :: Installing And Uninstalling Mysql?

Dec 23, 2010

I installed mysql on Ubuntu linux with the command apt-get install mysql-server. How do i competely uninstall it?

Is there a way when i install the server to configure the server options (e.g. where the data directory is). I know how to change this once installed but i was wondering if there was a way to do it during the installation for ease. All i remember from the installation procedure is that you can set the root password.

View 3 Replies


ADVERTISEMENT

Ubuntu Servers :: Uninstalling The MySQL And Phpmyadmin?

Jul 29, 2011

The original issue started when i couldnt login to phpmyadmin. I noticed an error when installing it and when trying to login, my credentials that I supplied upon install failed. After ages of messing around trying to reset I decided to try and uninstall phpmyadmin and MySQL and start again. This has produced more issues as I uninstalled MySQL first and phpmyadmin asks for credentials that are in a database, which I have already deleted. This causes major issues trying to uninstall it. Anyway, I have used all these commands:

sudo apt-get remove phpmyadmin
sudo apt-get remove mysql-server
sudo apt-get remove mysql-common

Now I am trying to install everything again but having erros. This is what I have so far:

Code:

root@ks358041:/var/lib/php5# sudo apt-get install mysql-server-5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]....

View 8 Replies View Related

Ubuntu / Apple :: Uninstalling And Installing Mac OS X Tiger

Apr 24, 2011

I recently single boot installed Ubuntu 10.10 on my first gen Mac Mini. Everything was working great and wonderful. Now i am looking to uninstall Ubuntu and reinstall Mac OS X Tiger. I have the install DVD but no where am I able to boot the disk

View 3 Replies View Related

General :: Uninstalling KDE 3.5 After Installing Trinity?

Jun 29, 2011

On my other Linux installation, every time I try installing KDE Trinity, I can't remove KDE 3.5 without making it impossible to start KDE. Can anyone give me some tips on how to safely uninstall KDE 3.5 after Trinity is installed? I uninstalled 3.5 by uninstalling all the components one-by-one in Synaptic.

View 4 Replies View Related

Ubuntu Networking :: Network 'manager' Does Not Appear After Installing And Uninstalling KWLAN

Mar 30, 2010

After installing and uninstalling KWLAN and some other network program (I think it was wpa_supplicant GUI) the default Ubuntu network manager does not appear, and I can't connect to ANY form of Internet.

View 9 Replies View Related

Ubuntu :: After Installing And Uninstalling Kubuntu-desktop - Lost Kget

Sep 1, 2010

under gnome (OS: ubuntu lucid 10.04) i installed KGet and it was working fine with no problems or ( extra PKGs installation ) ... then i wanted to try KDE desktop so i installed kubuntu-desktop , after that gnome windows and message alerts have been transformed to KDE form even if i was logged with gnome ...

I uninstalled kubuntu-desktop using instructions provided here : [url] but then i lost kget .... now when i try to install it again , synaptic iforms me that i have to install a lot of extra packages as well .. what is the shortest way to install and run KDE program on my gnome desktop properly .. ?

View 4 Replies View Related

CentOS 5 :: Uninstalling / Installing With Rpm - Complains Package VMware-server-2.0.2-203138.x86_64 Is Already Installed

Feb 11, 2010

I installed VMware server on my CentOS 5 machine. I had problems getting that working. Then I installed VMware Workstation. That worked fine. Then I tried using VMware server, but apparently VMware Workstation deleted some of VMware Servers files. So, I uninstalled VMware Workstation. Then I tried to reinstall VMware Server, but rpm complains package VMware-server-2.0.2-203138.x86_64 is already installed

View 3 Replies View Related

Ubuntu :: Installing Mysql-server Hangs Apt-get?

Jan 5, 2010

I'm trying to install DekiWiki, which has as a dependency mysql-server. This is what's going on:

Code:
root@servername:~# apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:

[Code]...

Do you think this package might be corrupted, and if so can I manually specify a different version or a different package? I don't know what else to do; ctrl+c to kill it results in dpkg hangups that yeah, I can purge, but I'd rather not be doing that more than is really necessary.

View 2 Replies View Related

Ubuntu :: Installing LAMP -> Can't Connect To MySQl

Nov 10, 2010

im in the process of installing LAMP. im presently installing mysql and that's where i got into trouble...

im following the this tutorial [URL]

i tried the following :

Step 3. This is where things may start to get tricky. Begin by typing the following into Terminal:

mysql -u root

and i got this output:

root@konlah-laptop:/home/konlah# mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

obviously my question is why can't i connect to local mysql?

View 4 Replies View Related

General :: Installing Apache PHP And MySQL For VHCS On Ubuntu?

Feb 1, 2009

I'm dual booting Windows XP and the latest version of Ubuntu.

I am trying to setup VHCS (vhcs.net)

In order to do so, it requires:

* Postfix (Version 2 or greater)
* ProFTPd
* Apache (Version 2 or greater)
* Courier POP3 and IMAP
* Bind9
* MySQL (Version 4 or greater)
* iptables

how to install on Ubuntu. I have done it with Windows XP, but not Ubuntu

View 14 Replies View Related

Ubuntu Servers :: Noob: Installing Phpmyadmin And MySQL?

Apr 13, 2011

How do I connect to the MySQL server using phpmyadmin?It's asking me for a username and password and I was not asked for a root password when I installed MySQL (unlike in Windows).I tried no password, I tried root as a password, I tried$ mysqladmin -u root -p blahEnter password: mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user 'root'@'localhost' (using password: YES)'Nothing I've tried is working obviously.Why does this have to be so stupid? Why couldn't MySQL ask me what password I want to use?

View 2 Replies View Related

Software :: Installing Apache / PHP And MySQL In Ubuntu 10.10 Desktop?

Jan 26, 2011

I want to install all the functionality I need to make dynamic webpages. Can I use the Ubuntu Software Center, or will I have to use the cmd line?

View 2 Replies View Related

OpenSUSE Network :: ERROR 2002 (HY000): Can't Connect To Local MySQL Server Through Socket '/var/mysql/mysql.sock

Jun 7, 2011

I think this goes here, but I'm not sure. I decided that XAMPP had been troublesome enough. MySQL never worked. So I decided to instal the LAMP stack offered by YaST. I went about installing it thinking that it would all work. But it seems that I was wrong. So I try to start mysql, and here's what I get:

Code:
the-matrix:~ # mysql start
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) or
Code:
the-matrix:~ # rcmysql start
Starting service MySQL warning: /var/mysql/mysql.sock didn't appear within 30 seconds
chmod: cannot access `/var/run/mysql/mysqld.pid': No such file or directory

[Code]...

View 6 Replies View Related

Red Hat / Fedora :: Installing And Running MySQL ?

Jan 7, 2011

I've successfully installed mysql using yum on the latest fedora; and started it like so:

What do I do from here!

I used the command: whereis mysql

I found out it was in /usr/bin/mysql /usr/lib/mysql /usr/share/mysql ../man/man1/.gz

I attempted to execute it from root.. bin and I get the following error message:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket 'var/lib/mysql/mysql.sock'

View 1 Replies View Related

General :: Installing MySQL On Fedora 13

Jul 29, 2011

I want to install mysql on my system. I have downloaded rpm from mysql website.

I fired rpm -ivh MySQL-server-5.5.15-1.linux2.6.i386.rpm. The result was error:

Then I tried with this command rpm -Uvh --test MySQL-server-5.5.15-1.linux2.6.i386.rpm. The result which I got was error:

How to find the dependencies or some other way to install mysql-server on my system. Or how to install it with the help of yum?

View 9 Replies View Related

Server :: Installing Postfix And Mysql 5.5?

Jul 6, 2011

I tried to install the package from centosplus repo but got the error cannot find libmysqlclient.so.15.Not surprising as I have libmysqlclient.so.18. If not does anyone know how I can build postfix with support for MySQL 5.5. It doesn't help that I have never built a binary before - I found a couple of good tutorials on how to build from source that seem straight forward enough but I have no idea what needs to be specified for the postfix build.

running CentOS 5.6
MySQL5.5 (Remi)
PHP 5.3.6 (Remi)

View 1 Replies View Related

Server :: Installing MySQL For Django?

Jul 5, 2010

Today I'm installing MySQL for my Django server!

I installed:MySQL-server-5.1.48-1.glibc23.i386.rpm MySQL-client- .1.48-1.glibc23.i386.rpmand can now type "MySQL" at the command prompt to play around with MySQL! W00t!

However, when trying to import MySQLdb into python, I get this error: >>> import MySQLdb ImportError: libmysqlclient_r.so.15: cannot open shared object file: No such file or directory ... and now I'm clueless. I tried looking for libmysqlclient_r.so.15 by typing "sudo find / -name 'libmysqlclient_r.so.15'" and didn't get anything

View 10 Replies View Related

Software :: Installing Mysql On Knoppix ?

Aug 31, 2010

Im trying to install mysql by this code..

But at the gunzip stage its showing "no such file" though the path is correct..im not getting that the code is correct or not?

View 1 Replies View Related

CentOS 5 :: Installing Mysql Ruby Gem On 64-bit?

Aug 18, 2009

I have a problem installing mysql ruby gem on 64bit CentOS machine.

[jacekb@vitaidealn ~]$ uname -a
Linux vitaidealn.local 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

View 3 Replies View Related

CentOS 5 :: Installing MySQL Workbench GUI 5.2.31a?

Feb 13, 2011

I have been trying to install the above on my CentOS 5.5 server but am having missing libs issues. Our friend yum is not helping either. Here're some of the libs missing:

Missing Dependency: liblua-5.1.so()(64bit) is needed by package mysql-workbench-gpl-5.2.31-2el6.x86_64 (/mysql-workbench-gpl-5.2.31a-2el6.x86_64)
Missing Dependency: libssl.so.10()(64bit) is needed by package mysql-workbench-gpl-5.2.31-2el6.x86_64 (/mysql-workbench-gpl-5.2.31a-2el6.x86_64)
Missing Dependency: python(abi) = 2.6 is needed by package mysql-workbench-gpl-5.2.31-2el6.x86_64 (/mysql-workbench-gpl-5.2.31a-2el6.x86_64)

[Code]...

View 5 Replies View Related

Ubuntu Servers :: Restarting Apache (webdav) After Installing PHP & MySQL

Jun 7, 2011

i am using ubuntu 10.10. I had installed apache2 and subversion, using webdav, as described in the unbuntu wiki. SVN was working as expected, I could commit files, etc. I then installed php5 and mysql, as described in the ubuntu wiki, and i now get the following on apache restart:

apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/dav_svn.load: Cannot load /usr/lib/apache2/modules/mod_dav_svn.so into server: /usr/lib/libgssapi_krb5.so.2: symbol krb5_authdata_context_copy, version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference Action 'configtest' failed.

View 4 Replies View Related

General :: Can't Connect To Local MySQL Server Through Socket '/var/lib/mysql/mysql.sock' (2)

Jun 2, 2010

i am using liferay5.2(mysql included in the download pack) on fedora. while liferay is working fine but i cannot connect to mysql.i am getting the error

[
[root@localhost ~]# ln -s /var/lib/mysql/mysql.sock /tmp
[root@localhost ~]# /etc/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.

[code]....

i didnt find the mysql.sock file in the location /var/lib/mysql/mysql.sock. i cannot find the portal-ext.properties file also to make intial settings.

View 9 Replies View Related

Debian Configuration :: Installing MySQL 5.1 In Lenny

May 17, 2010

I've been trying to install MySQL in Lenny via source binaries, following the instructions given on the MySQL official website[url]

But when i try to run the scripts/mysql_install_db --user=mysql command, doesn't work.

For the record, i'm particularly interested on installing MySQL with the generic source binaries.

View 1 Replies View Related

Red Hat / Fedora :: Installing Mysql - Unrecognized Service ?

Jan 20, 2010

Im using centos. I have install rpm for mysql

But when i have enter service mysqld start it shows mysqld: unrecognized service

And when I type mysql it shows ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

View 1 Replies View Related

Debian :: Mysql-server Not Installing On Lenny

Jan 10, 2010

I have been fighting with this for days. I upgraded from etch to lenny. I tried installing mysql-5.1. I have uninstalled, reinstalled, updated, upgraded, many, *many*, times. It just stubbornly refuses to work.

Quote:

View 2 Replies View Related

General :: Installing Mysql On Vps From Source Code?

Mar 3, 2011

I just tried installing mysql on my vps from source code. after untaring the source code. when i tried to configure the ./configure script. iwas not able to find it. it is not there.

View 1 Replies View Related

Red Hat :: Installing Perl (v5.8.8) Module For Connecting To MySQL

Aug 2, 2010

I want to connect to MySQL Database installed on RHEL 5 using perl v 5.8.8.The available DBD perl drivers installed on my machine are:DBM, ExampleP, File, Pg, Proxy, Sponge..I downloaded DBD-mysql-2.1012 and tried installing DBD again but got the following error:Can't exec "mysql_config": No such file or directory at Makefile.PL line 167.readline() on closed filehandle PIPE at Makefile.PL line 169.On searching I found that I need to install libz-devel prior to installing driver for MySQL for Perl.

View 1 Replies View Related

CentOS 5 :: Yum Broke After Update And Installing MySQL TOP

Nov 28, 2009

After updating and installing Mysql's TOP, yum broke. When trying to clean, update, or install, the following error occurs:

dingle@its:/home/dingle# yum update
There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named cElementTree
Please install a package which provides this module, or verify that the module is installed correctly.
It's possible that the above module doesn't match the current version of Python, which is:
2.4.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
If you cannot solve this problem yourself, please go to the yum faq at: [URL]

I tried to resolve by reinstalling the dependency, didn't work either:
dingle@its:/home/dingle# rpm - [URL]
Retrieving [URL]
Preparing... ########################################### [100%]
package python-elementtree-1.2.6-7.el4.rf.i386 (which is newer than python-elementtree-1.2.6-5.i386) is already installed

How can I rebuild YUM appropriately so it will operate correctly?

View 1 Replies View Related

CentOS 5 :: Installing Additional Perl And Mysql?

Dec 9, 2009

I have a permission to use several CentOS5 computers that are connected to a server where all shared programs sit. Accordingly, all Perl users for example have an identical path to Perl (e.g. /export/user/bin). The administrator suggested I'll install all the programs I need (specifically Perl and Mysql) in my personal space, and then add them to the path before the already installed ones. Accordingly, I could add/change modules without "sudo" privileges, and without changing the global setting.

View 1 Replies View Related

Ubuntu :: Installing Squirrelmail - ERROR: Mysql Database Support Not Present

Oct 8, 2010

I am trying to install squirrelmail on Ubuntu 10.4 and at some point in the instalation process I get the following error:

[Code]....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved