Questions regarding the MySQL database server, client and tools.

learn more… | top users | synonyms

1
vote
1answer
74 views

ubuntu screen black after log in

I have a problem with my ubuntu install. After I get the log in prompt, the screen goes black and never comes back. But I know the system is running because I can ssh into the box and my websites ...
0
votes
1answer
220 views

XAMPP mysql error?

I face this problem : root@aadel-pc:/home/osama# /opt/lampp/lampp startmysql XAMPP: Another MySQL daemon is already running. I've tried to install phpmyadmin, mysql and apache2 manually before I've ...
2
votes
1answer
236 views

Where is mysqld.sock?

I am missing mysqld.sock in Ubuntu Server 12.04. Neither locate nor even apt-file search mysqld.sock (ran apt-file update before) can find it. Where is it?
1
vote
0answers
119 views

MySQL Workbench Only Loading When Using Sudo

First and foremost I cannot load the .deb file directly from MYSQL (version 5.2.42), it loads the software manager and gives me a not found error. The version I can find in the software manager is ...
0
votes
0answers
20 views

How to instal LAMP for Ubuntu 12.04 LTS? [duplicate]

Possible Duplicate: What's the easiest way to set up a LAMP stack? I'm studying SQL database right now and I need a mySQL server. I was guided to use a LAMP server on Linux .. but I ...
2
votes
2answers
439 views

Cant see databases of mysql from command prompt in ubuntu 12.04

1) I have installed mysql server and mysql client through apt-get install mysql-server and apt-get install mysql-client 2) when I run sudo netstat -tap | grep mysql, I see following: tcp 0 ...
1
vote
1answer
275 views

How do I get mrbs installed and working?

I'm trying to install Meeting Room Booking System on ubuntu 12.04 I think I have apache and php5 up and working fine. A test.php file with contents: <?php phpinfo(); ?> loads and gives me ...
0
votes
2answers
943 views

Ubuntu 12.04 Mysql doesn't start on reboot; starts ok later manually

I've just installed MySql to support a mediawiki install on 12.04 64bit. Everything appears to be working ok, except that at boot-up, mysql server fails to start. This results in an error appearing on ...
5
votes
2answers
2k views

mysql doesn't update due to error in apparmor profile

I got a mysql error after the update of it. This is the log. (Leyendo la base de datos ... 559752 ficheros o directorios instalados actualmente.) Desinstalando mysql-server ... Configurando ...
2
votes
2answers
2k views

Unable to start mysql server after update

Today I updated the system, and I cant start the mysql server: I'm getting the following error: Aug 14 14:32:09 VULTURUS kernel: [ 1996.413190] init: mysql main process (14122) terminated with ...
0
votes
1answer
562 views

How do I find my firewall is blocking mysql?

I'm very new to Ubuntu. I couldn't able to connect to mysql via my programming language. I know all my property file in my code is correct. But still I couldn't able to connect to mysql. I guess my ...
3
votes
1answer
1k views

Connection failed to open the DB connection: could not find driver

I am newbie for ubuntu and I was trying to run lamp. I installed mysql, and pdo extensions. when i show config(with phpinfo()): Configuration File (php.ini) Path: /etc/php5/apache2 Also I see mysql ...
0
votes
1answer
2k views

why is apt-get not install mysql server 5.5

I have mysql server 5.1 installed. I want to update it to 5.5 . I took a back up and uninstalled 5.1 using this command sudo apt-get --purge remove mysql-server* when I again used apt to install ...
1
vote
1answer
397 views

MySQL keeps failing to install

First I clean up previous installation root@ip-10-134-10-182:~# rm -rf /var/lib/mysql root@ip-10-134-10-182:~# rm -f /var/lib/dpkg/lock root@ip-10-134-10-182:~# rm -f /var/cache/apt/archives/lock ...
0
votes
0answers
335 views

Ubuntu 12.4 server 64bit trying to use ODBC to connect to Windows2000 Server

I'm trying to connect to Ubuntu 12.4 server 64bit from Windows 2000 5.00.2195 SP4 32bit via the MySQL ODBC 5.1.8 Driver but I am unable to. I don' Connection Failed: [HY000][ODBC 5.1 Driver] Can't ...
1
vote
2answers
383 views

How do I upgrade mysql 5.5.24 to 5.5.27 on Ubuntu 12.04?

I've bee running around for about 1 1/2 hours now trying to figure out how to do an upgrade. Can anyone direct me to a tutorial on this?
0
votes
0answers
477 views

How to reinstall mysql without damaging data?

http://stuffthatspins.com/2011/01/08/ubuntu-10-x-completely-remove-and-clean-mysql-installation/ shows how to reinstall everything. I want to do something like this without reinstalling data. ...
0
votes
1answer
387 views

How to restore on another Ubuntu computer a MySQL backup made by rsnapshot?

How to restore on another Ubuntu computer a MySQL database backup made by rsnapshot on an external USB hard disk? This seems to be difficult because the UID and GID of mysql differ on both computers. ...
4
votes
2answers
18k views

How do I uninstall Mysql?

I installed Mysql using sudo apt-get. Now I need to remove it from my system. How can I do that? I'm very new to Ubuntu. I use Ubuntu 12.04. Thanks in advance.
5
votes
2answers
5k views

Remove services from upstart

I have mysql installed (from repos) on a development machine (laptop) and I don't need the daemon running on every boot. I've copied /etc/init/mysql.conf to /etc/init/mysql.conf.old and then removed ...
1
vote
1answer
83 views

Installing MySQLdb [duplicate]

Possible Duplicate: What to install for mysql? How do I install MySQLdb for my 12.04 LTS machine? I need it for a project I am working on. I see many many options in the Synaptic Package ...
0
votes
2answers
1k views

MySql - unable to connect as root

I have need to connect to mySql server 5.5 and create database using command line. Ideally it would be using a UI utility but I don't have it. Here is an issue: alex@ubuntu:~$ sudo mysql -u root ...
0
votes
1answer
331 views

I can't reach phpmyadmin

I have installed php,apache and mysql. After phpmyadmin using this code: sudo apt-get install phpmyadmin I can see any problem when i'm installing phpmyadmin. But I can't reach. I fellow ...
3
votes
1answer
2k views

unable to locate package mysqld-server

I just set up a fresh install of Ubuntu 12.04 on my VPS, and I cant for the life of me install or even locate MySQL server.. apt-cache search mysql gives no results on mysql-server/mysqld-server ...
1
vote
4answers
350 views

Where is my phpMyAdmin installation?

I just finished installing mysql-server, and then installed phpmyadmin which came with Apache and PHP. It set it up alright and made a phpMyAdmin database, but I can't seem to find the URL to get to ...
2
votes
1answer
329 views

Installing MySQL Connector/C++

I would like to know which is the procedure to install the mysql c++ connector. After installing it to my Ubuntu OS will I have these extra c++ commands avaiable in every c++ IDE? For example, can I ...
2
votes
2answers
4k views

How to install mysql 5.1 on 12.04?

I just installed Ubuntu 12.04 at work, which runs very well. Unfortunately, for work reasons, I need to use mysql version 5.1. I can't find a clean way of installing it. I must install it the usual ...
1
vote
0answers
335 views

PHP MYAdmin with MySQL Cluster Server

I am trying to install PHPMyAdmin onto an ubuntu 11.04 server running MySQL Cluster-server It keeps failing with the following error: php5-mysql : Depends: libmysqlclient16 (>= 5.1.21-1) but it is ...
2
votes
1answer
758 views

Why isn't the MySQL extension loading?

Please help! I've been going at it for a while and I can't get it to install, keep getting the ol message below. Running on my own server. MYSql, PHP, Apache instaled. Already uncommented the ...
1
vote
2answers
199 views

Why do the “iodbc” and “libmyodbc” packages conflict with each other? [closed]

When I install iodbc the libmyodbc package is removed, and I don't understand why. Does anyone have an explanation?
0
votes
1answer
244 views

I need to install my sql server 5.1 where there is no internet connection

Please kindly help me at the following issue. Currently I don't have an Internet connection and I need to install MySQL server on Ubuntu 11.04 without any rpm packages. I have only the tar file with ...
0
votes
0answers
15 views

Can't access MySQL remotely [duplicate]

Possible Duplicate: MySQL server not accessible from remote machine I have created a virtual machine in Hyper-V and installed UBUNTU 12.04 LTS LAMP Server. Apache works, but I cannot get ...
0
votes
0answers
642 views

Cannot install mysql-server on ubuntu 11.10 by either synaptic or terminal

I've been facing this problem with installing some other packages too. Inside terminal I type: sudo apt-get install mysql-server and I get the following: Reading package lists... Done Building ...
-1
votes
1answer
155 views

/dev/sda1 100% Mysql to blame?

I have a an API running that receives raw binaries, processes them, and then stores metadata about the bins in a mysql database. I have been running it for a couple days on a VM. Today the API stopped ...
2
votes
1answer
2k views

MySQL server not accessible from remote machine

I have installed MySQL server in my local Ubuntu server (11.10). I can't connect to the server from a remote machine. When I tried:- nmap localhost , It shows the following PORT STATE SERVICE ...
1
vote
1answer
897 views

Installing mysql-server on 10.04LTS gives “404 Not Found” error

Hi I am trying to install mysql on Ubuntu 10.04LTS (Lucid Lynx) and I am getting this error. Is this a server side issue - is the server up? I am running this from the command line on a remote ...
3
votes
2answers
122 views

How can I get my mysqld-swamped CPU under control? [closed]

I was AFK for about 24 hours and came back to find gnome-system-monitor saying all four CPU cores on my laptop were running at full throttle. mysqld is taking up more than one full core; when I tried ...
0
votes
1answer
1k views

Mysqli for PHP in package mysql

I am trying to get mysqli set up for php5 but apt tries to substitute php5-mysql for php5-mysqli, which doesn't exist. Does the mysql package also carry the mysqli extension, or do I need to find the ...
0
votes
0answers
2k views

Mysql-server-5.5 broken after update

Using Ubuntu 12.04, desktop, I had LAMP installed on my computer, and was using it as a server. However, after doing the upgrades one day, apt-get throws an error that mysql-server can't be ...
1
vote
2answers
1k views

MySQL starting error

I installed LAMP not so long ago and it worked fine but ever time I try start MYSQL server I see this thing: $ /etc/init.d/mysql start Rather than invoking init scripts through /etc/init.d, use the ...
2
votes
1answer
10k views

#1045 Cannot log in to the MySQL server

I am totally new in linux/ubuntu I am trying to setup lamp on my OS, however I've installed apache , php , mysql by following commands: sudo apt-get install apache2 sudo apt-get install php5 sudo ...
0
votes
3answers
494 views

MySQL and PHP problems

I'm new in server-side programming. I need lampp and mysql running on my computer. I have installed mysql using tasksel lamp-server, and then install php with apt-get install libapache2-mod-php5 ...
0
votes
1answer
516 views

Unable to login using new mysql user added via phpmyadmin

On my computer yesterday I installed 12.04 and applied all updates. I have installed lamp on this system using following command sudo apt-get install lamp-server^ phpmyadmin . I created a new user ...
1
vote
2answers
1k views

Mysql not starting - innodb not found

I have a fresh install of ubuntu 12.04 server edition and mysql server is not starting properly. I did a simple apt-get install apt-get install mysql-server But, it's failing with this error ...
0
votes
2answers
2k views

MySQL version to be used on Ubuntu 10.04

I've a production server and a test server both having Ubuntu 10.04.4 LTS When I installed MySQL on test server, I just run apt-get install mysql-server and 5.1.62-0ubuntu0.10.04.1 got installed ...
2
votes
2answers
92 views

mysql ubuntu noinstall

I am looking for MySQL "no-install" version for Ubuntu. I can successfully run MySQL on Windows (using MSI Installer as well as no-install). With Ubuntu, MySQL got installed using the software center. ...
1
vote
3answers
1k views

How to get MySQL back on Ubuntu 12.04?

The upgrade to Ubuntu 12.04 delete MySQL and I need urgently to get it back. The problem is that I'm getting an error installing it, either with apt-get or aptitude: Errors were encountered while ...
0
votes
1answer
642 views

Forward Mysql logs to Syslog-ng

Ubuntu 10.04 I have set MySQL to log slow queries and a general mysql log. How can I pipe those files in syslog to forward to centralized logging service (which is working)? Tried: source ...
1
vote
0answers
55 views

Showing tables without database name in LibreOffice

I have set up a connection with MySQL connector in LibreOffice (Ubuntu 12.04) and now I see the database tables like: dbname table1 table2 In earlier versions of LibreOffice one ...
1
vote
1answer
110 views

MySQL in Python broken in virtualenv after move to 12.04

This morning I upgraded my Xubuntu to 12.04. The virtualenv has moved up a version, and now bundles pip and I've had to rearrange some scripts to cope with this and rebuild my virtualenvs. MySQL ...

1 3 4 5 6 7 9