Tagged Questions
0
votes
1answer
32 views
Solr 4.3.0 Http Status 500
OS: Ubuntu 12.04
I just upgraded my system from using Solr 1.4 to Solr 4.3.0 and can't seem to get the MySQL driver to work (or so I suspect). Solr seems to work fine (accessing it through the ...
1
vote
0answers
25 views
How can i install mysql-client of 32bit into ubuntu 12.04 of 64bit?
jinlong@long:~$ sudo apt-get install mysql-client-5.5:i386
[sudo] password for jinlong:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some ...
1
vote
2answers
18 views
How to copy MySQL InnoDB database from Windows server to Ubuntu Linux server?
To upgrade our application deployment platform from Windows to Ubuntu Linux Server, we need copy a MySQL InnoDB database from Windows to Linux server, and I tried 2 ways to do it:
1, use mysqldump ...
0
votes
1answer
32 views
How to change mysql root password and username also at ubuntu server? how to do such corresponding changes to phpmyadmin setup?
How to change mysql root password and username also at ubuntu server? Do i need to stop the mysql service before setting any changes? Please explain giving commands since am a beginner in unix.
I ...
0
votes
0answers
13 views
Reinstalling Mysql On Ubuntu 10.10(Stuck with bad repositories) [migrated]
I recently configured NDB-cluster with mysql and Mysql just crashed
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
tried re-installing ...
1
vote
0answers
29 views
Moving from one user to another in MySql [migrated]
To login into mysql, in ubuntu we have a option from terminal like
shell# mysql -uxxx -pyyyy;
Now, I would be as "XXX" user in mysql. and terminal would be like
mysql>
Now, I want to ...
-2
votes
0answers
37 views
Vagrant mysql db dump import from command line [closed]
Am new to vagrant, I want to make development environment with php, mysql, phpmyadmin. I have 450mb of sql dump how can i import using command line. My exact question is where should i place my sql ...
0
votes
1answer
127 views
SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) Symfony2
I tried to create my DB with Symfony2. I typed the command:
php app/console doctrine:create:database
The result is:
Could not create database for connection named `jobeet`
SQLSTATE[28000] [1045] ...
0
votes
1answer
23 views
Cant connect to mysql database
I'm trying to configure a freshly installed mysql server to listen on port 3306.
I've removed skip_networking, I have changed bind-address=172.20.33.1 (which is my server ip) and it completely ...
0
votes
0answers
34 views
How do I get my ubuntu server to listen for database connections? [closed]
I am having a problems connecting to my database outside of phpmyadmin.
Im pretty sure this is because my server isn't listening on port 3306.
When I type:
sudo netstat -ntlp
on my OTHER working ...
0
votes
2answers
63 views
unable to connect Mysql through localhost
My java prog is compiling and executing fine with
mysqlCon = (Connection) DriverManager.getConnection("jdbc:mysql://10.129.70.44:3306/test", "root", "root");
but when I type
mysqlCon = ...
0
votes
1answer
119 views
failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
It seems out of no where my server is acting up. and I'm getting this error.
failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
This is my code that I've had implemented for ...
-1
votes
1answer
51 views
Unable to execute Java in Ubuntu terminal
I am trying to connect to MYSQL database and my program Sync_DB_RegCheck.java is working perfect in Eclipe. But I wanted to execute and run the same program in Ubuntu 12.04 Terminal .But I am getting ...
2
votes
2answers
45 views
Open Source Application Server Solution
A project with the following technologies and components has surfaced: to up a Web stack solution initially composed with Ubuntu, JDK, JBoss, Spring MVC 3.0+, and MySQL.
In planning this project, I ...
-1
votes
0answers
51 views
Shell Script for Importing file names and inodes into mysql table
How to generate a script that creates a exact 100MB file.
Then Split that file into exact 10MB files.
And import the file names and their corresponding inode numbers into a MySQL table under a single ...
0
votes
0answers
23 views
Moved MySQL datadir to Secondary Drive, MySQL Won't Startup [closed]
Evening, I run Linux from a 100GB SSD, and because I have a lot of databases, I have moved the MySQL datadir to a different hard drive (/media/Data/Databases/).
I mount the Data drive on startup ...
0
votes
0answers
24 views
Subshell MySQL-query in bash
I'm trying to set variable in the cycle in Ubuntu bash, which is getting recordset from database, but this variable is setting to its previous value.
Here is a code:
#!/bin/bash
PREV_FILE_PATH="127"
...
0
votes
1answer
98 views
Navicat can't connect mysql server via ssh
I can connect the server via ssh and login the mysql via mysql -u root -h localhost -p without any problem. But why Navicat's ssh login doesn't work?
Server Environment:
Ubuntu 10.04.1 LTS
mysql ...
0
votes
2answers
133 views
Insert CSV to MySQL using Ubuntu Terminal via shell script
Is it possible to insert a CSV file into MySQL using a shell script in Ubuntu?
Here's what I tried :
mysql -uroot -proot mysfdb < /home/sf/data.csv
But I am given an error
ERROR 1064 (42000) ...
0
votes
0answers
73 views
MySQL behind Wordpress on Ubuntu 12.04 LTS seems to crash periodically. Root receives mail about a failing cron job [closed]
Here's the mail root receives in /var/mail/root:
>X-Cron-Env: <SHELL=/bin/sh>
>X-Cron-Env: <PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin>
>X-Cron-Env: ...
0
votes
1answer
89 views
Configuring PHP for MySQL after installing Apache & PHP from source in Ubuntu
I have already installed Apache 2.4.4 & PHP 5.4 from source in my Ubuntu 10.04 machine. I also installed MySQL 5.6 from source and SQL commands are running from shell.
When I use an SQL function ...
0
votes
1answer
18 views
Error connecting mysql on Ubuntu
I was deploying a Rails application with mysql on Ubuntu, when I run rake db:migrate, I got the error Can't connect to local MySQL server through socket '/tmp/mysql.sock'.
By the way, I installed ...
-3
votes
1answer
38 views
install mysql (shell) without mysqld (server) [closed]
I only need to install the mysql command line shell utility, and don't want to install the whole server software (mysqld). This is for space constraints, mainly, and I also don't wanto to have on my ...
1
vote
1answer
128 views
Creating a cron job for mysqldump
I'm trying to create a cron job for database backup.
This is what I have so far:
mysqldump.sh
mysqldump -u root -ptest --all-databases | gzip > "/db-backup/backup/backup-$(date)" 2> dump.log
...
0
votes
1answer
21 views
Can't connect to mysql [closed]
When I run this sudo service mysql, it works just fine, but when I run this mysql -u root, I have an error message :
Access denied to user: 'root'@'@localhost'
How can I fix it ? Do I need to check ...
1
vote
0answers
27 views
unrecognizable characters utf8
I just finished to create a web, but when i upload this web to the server, the web codification doesn’t take the accents, the accents like “ ´ ” or “ ` “, over the inserted data on the database.
I ...
1
vote
0answers
255 views
Unable to build MySQL driver (QMYSQL) for Qt5 [closed]
I tried to build MySQL driver for Qt5 (5.0.1) under ubuntu 12.10 x64 but I failed although I did all mentioned steps in Qt wiki doc!!!
error message:
mbnoimi-pc mysql # qmake ...
0
votes
1answer
31 views
Issue with PHP MySQL on Ubuntu 12.10
I'm new to PHP, MySQL dev. I'm trying to make a simple webapp, was following a tutorial.
This is the PHP script it showed to grab info about the 'detectives' table.
<?php
$mysqli = new ...
0
votes
2answers
100 views
Remote Connections Mysql Ubuntu
For some reason, I've been unable to connect remotely to my MySQL server. I've tried everything and I'm still getting errors.
root@server1:/home/administrator# mysql -u monty -p -h ...
0
votes
1answer
154 views
“Unable To Connect To Any Of The Specified MySQL Hosts”
Thanks in advance for your patience. As I began typing this, I noticed SO has added the feature in the subject line for browsing similar topics. After exhausting my resources, I am going to continue ...
0
votes
1answer
229 views
MySQL-Python & Django 1.5.0: no module named mysql.base error
I am trying to create database table with Django by python manage.py syncdb and get an error Error was: No module named mysql.base.
I know there are many questions like this on the web but none one of ...
1
vote
1answer
72 views
PHP MySQL used command not allowed
I'm trying to use the LOAD DATA LOCAL INFILE command in MySQL, but I keep getting an error in PHP/Joomla stating: The used command is not allowed with this MySQL version
I've spent quite a while ...
1
vote
4answers
131 views
Hibernate : Random Exceptions and record not updated during session flush, using saveOrUpdate
I am trying to keep a record updated with the latest time stamp. A while ago I was getting a Exception. Now, I am not getting the exception, but the record does not update on the database.
ERROR ...
4
votes
2answers
101 views
Mysql Load Data for existing column of a table
Initially I have uploaded Using load Data Infile row is having like 100000 Im Using Ubuntu
Example:data
ToneCode....Artist...MovieName...Language
1....................Mj..........Null........... ...
1
vote
2answers
48 views
Installing multiple Moodle package
Can I install multiple Moodle versions on my local machine for development purpose? Currently, I've installed the latest Moodle dev version and it works fine. I'm able to use MySQL and phpMyAdmin at ...
1
vote
0answers
296 views
ap_pass_brigade failed in handle_request_ipc function
A page is resulting in a 500 error and the log shows this:
[Wed Mar 20 11:19:23 2013] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc ...
-1
votes
2answers
57 views
Initialize and run mysql server without root [closed]
Is it even possible? I do not have a root account on a server and i would like to run mysqld using my username, using datadir located in my home directory etc...
The server runs Ubuntu 12.04
...
0
votes
4answers
60 views
Error when configuring MySQL on EBS volume
I'm working on configuring MySQL to store its data on an Amazon EBS volume. I've mounted the volume at /data, moved the config and data files to the volume, and symlinked the MySQL files:
ln -s ...
1
vote
1answer
42 views
Grant Issue In ubuntu
I am Using Ubuntu 12.04 (precise) 64-bit Since i am new to Ubuntu i am having issue with grant
I'm using following cmd to grant in Ubuntu example
Sudo mysql -u root -p
create user username ...
0
votes
1answer
69 views
MySQL command-line dont work
I have an Ubuntu-Server with LAMP. Now if I try to execute something in the command-line I just get no answer, and the command don't work.
#mysql -u root -p
Enter password:
mysql> GRANT ALL ...
1
vote
0answers
293 views
unable to connect to system bus: failed to connect to socket /var/run/dbus/system_bus_socket
I started to use a new VPS system with ubuntu 12.04
After following the commands here I installed php, mysql, apache2
PHP and apache are working great but when I run :
service mysql start
I ...
1
vote
2answers
106 views
mysqldump cannot connect using socket
This issue has been racking my brain for a few hours. I have been trying to use mysqldump to dump a database, using:
mysqldump --protocol=socket -S /var/run/mysqld/mysqld.sock database`
However, I ...
2
votes
3answers
107 views
Failed to access Mysql after trying to move `/var/lib/mysql` [closed]
At first, I tried to move my databases to a new directory /media/external_drive.
I followed some instructions on the web, like this one:
...
-1
votes
3answers
129 views
Ubuntu 12.04 and MySQL 5.5 [closed]
I have a few questions about ubuntu 12.04 and mysql 5.5 collaboration.
The server machine has intel i7 proc. and 2 GB kingston ram.
It was okay when mysql version was 5.1
We have so many select, ...
0
votes
1answer
127 views
Connect Ruby on Rails to existing MySQL database (previously installed XAMMP)
I have installed ruby on rails(gitlab exactly) on ubuntu machine with xampp, but I failed to connect existing mysql to ror. I can install the gem mysql2 by running
"gem install mysql2 -- ...
0
votes
1answer
168 views
mysql running ubuntu 12.04 can't connect
I am new to linux and I'm trying to install Mysql on a Ubuntu 12.04. (on the same machine)
When I type machine@machine$ ./lampp start it says XAMPP-MYSQL is already running.
But when I try accessing ...
0
votes
0answers
38 views
scp fails to copy from mac to ubuntu [closed]
I have a virtual environment in which my guest OS is ubuntu and my main OS is OSX. I am trying to use scp to copy a sql file over to my ubuntu but i am getting this error.As this file is over 200 mb i ...
-2
votes
1answer
76 views
install mysql in home directory [closed]
I need to install mysql in home folder, I am using Ubuntu 12.10. I am trying to install it from binary. I gone through some related posts, but I didn't find any useful post to set the mysql in home ...
3
votes
2answers
52 views
Unix : Can't use backquote in MySQL command
I wrote a MySQL command in bash (Ubuntu) :
[XXXX:~]$ mysql -h localhost -u XXXX -pXXXX -e "DROP DATABASE IF EXISTS `f-XXXX`;"
I need backquote in this command, cause database name is variable.
...
-2
votes
1answer
202 views
How to run scp command using batch file in ubuntu? [closed]
I need to keep backup of my mysql server database on the remote computer connected on the LAN automatically in specific interval of time.To perform this task I have first made a batch file which takes ...


