0
votes
2answers
11 views

mysqldump. How to set in this command password?

mysqldump -u root -p Databasename > backup.sql How to set in this command password? I need run this command in Python script. At this time, asking me for a password.
1
vote
1answer
26 views

MySQL commandline - Do not use autoincrement for zero values

In phpMyAdmin I create an empty MySQL database and then import data (create tables, insert rows) from an .sql file, there is a checkbox "Do not use AUTO_INCREMENT for zero values". How do I control ...
0
votes
0answers
12 views

MySQL - cannot log in to MySQL on Lion OS X

I have installed a Rails app with MySQL database on Lion OS X. In the config/database.yml for database is set up user (root) + password. When I try to log in into MySQL from terminal: mysql -uroot or ...
0
votes
1answer
71 views

Can't connect to MySQL, even though running

This is driving me crazy! I have MySQL preference pane on my Mac OS X Lion, and also start and stop it from Terminal. mysql works from terminal and I can connect to databases, but when I do it from ...
0
votes
0answers
15 views

Setting MySQL encoding in OS X

I know this is a very common issue. When I want to execute a query with utf8 data on it with Terminal, for example: 'SELECT id from matrix where content="NĂºmero";' it is replaced by: 'SELECT id ...
0
votes
2answers
65 views

How to run JDBC code from terminal?

I have compiled my code using -cp <mysql-connector-java jar file>. There were no errors during the compilation. All the class files were created To run the code, I went to one directory higher ...
0
votes
0answers
31 views

How long does it take for “service mysql start” to start mysql?

I ran a service mysql stop and followed it with a service mysql start, however, this process has been going for about 2 hours now and I don't know if it's a bad idea to kill the process. Any ideas? ...
-1
votes
3answers
47 views

Can't run rails server within a DB-driven rails project; can't view localhost

I'm able to create a "rails new demoproject" and run "rails s" successfully within the folder, however when I try and create a rails project with a DB "rails new demoproject -d mysql" and run "rails ...
0
votes
1answer
127 views

Reset MySQL root password to “default” - MAMP

I changed my root level password on phpMyAdmin. I was unsure where to enter the password itself, as it did not give me the option (login form). I wondered if it was the php.ini file but users with ...
0
votes
0answers
21 views

ASCII formatting in MySQL is gone. Using Terminal on Fedora

Using VM Player, running Fedora 14 for MySQL (I'm taking intro to MySQL). There was a power outage and I wasn't able to save anything. Booted up and when I got into terminal and ran the 'mysql -su ...
0
votes
0answers
26 views

MYSQL Database not working properly while using MAMP

I have installed MAMP and after starting the servers, when i open Mysql on terminal, it doesnt allow me to do anyhting, it says access denied for every operation, even when i intend to create new ...
0
votes
0answers
82 views

opening mamp mysql in terminal mac

Im trying to get stuck into MySQL but seem to have fallen at the first hurdle. Ive got mamp setup and running on my mac, when i go into the terminal and type mysql to try and bring up the 'Welcome to ...
0
votes
1answer
33 views

Bug in MAMP/MYSQL setup

I made a .profile file with the following code in it: PATH=$PATH:/Applications/MAMP/Library/bin export PATH I still can't get the "mysql" command to work or to get the MYSQL admin to work. I feel ...
0
votes
1answer
48 views

see details of a database in terminal ubuntu

I want to see database details such as users that access this database or collation type in mysql, ssh terminal commands. please help me. thank you..
0
votes
1answer
67 views

SQL query output to SQL query

How is it possible to have the result of an sql query saved as another sql query, so that somewhere down the line , if a delete is made, it could be reverted back to the old data? I was looking into ...
1
vote
1answer
422 views

can't connect to remote mysql database via navicat

I have a mysql database on an unmanaged rackspace cloud server. I can connect to phpmyadmin with no issues. I checked if port 3306 is listening and it is. /etc/mysql/my.conf shows bind-address = ...
1
vote
2answers
82 views

execute MySQL query from the terminal without printing results

I am performing some MySQL queries that have very large result sets. I would like to see how long they take, but I don't want all the output to be printed on my terminal because it takes up a lot of ...
0
votes
1answer
38 views

Integrating Mysql, Terminal, and a script

I'd like to import a mysql dump created on my production server and copy it to a local database on a regular basis. So far I understand how to perform the actions in Terminal on my Mac and how to ...
0
votes
1answer
55 views

Sphinx indexer ERROR: index 'PhoneNumbers2': Error writing file '/tmp/MYbP6cIt' (Errcode: 28)

I have problem with sphinx indexer and large (over 1gb database). Seems that its running out of space and I am unable to change the /tmp folder it is using. Googling the error gives lot of mysql ...
0
votes
2answers
200 views

add new database mysql client using terminal

I'm learning SQL. I'm currently using mysql client with the terminal on a Mac. I've downloaded the "world.sql" file from mysql.com in order to play around with and manipulate it. The file is currently ...
1
vote
1answer
238 views

Import SQL using terminal on a Mac

I'm learning SQL - working my way through a book. I have mysql client set up and running. I have added and created databases and tables manually, no more than about ten records and fields. I'm now ...
0
votes
2answers
423 views

Mac install and open mysql using terminal

I downloaded the mysql dmg file and went through the wizard to run. Done. I have also started mysql server under system preferences. The purpose of me doing this is to work through the exercises of ...
0
votes
1answer
73 views

mysql: command not found but it is in my PATH

.bashrc says: PATH=$PATH:/usr/local/mysql/bin/:$HOME/.rvm/bin # Add RVM to PATH for scripting but mysql -u root returns -bash: mysql: command not found but if I do /usr/local/mysql/bin/mysql -u ...
-1
votes
1answer
28 views

mysql password error [closed]

Trying to set a password with the following command in terminal on mac osx: /usr/local/mysql/bin/mysqladmin -u root password fakepassword Getting the following error: ...
1
vote
1answer
919 views

How do i access mysql from mac terminal, using xampp?

I am trying to access mysql from my mac's terminal. I have tried just typing mysql -u root -p (and Enter, but that does not exist..) This is what i have managed to do/located so far: ...
2
votes
1answer
281 views

Not able to connect to mysql using terminal in mac osx

I have installed zend server on my iMac. I can log on to zend server and i can log in to phpmyadmin, using user: root pw: (blank) However. I am desperately trying to open mysql using the terminal. I ...
1
vote
3answers
78 views

Get the MySQL path

I tried googling to get the MySql path, but it was unsuccessful. Is there a unix command, where I can find the MySQL database directory path? ...
1
vote
1answer
39 views

Skip MySQL password

I am executing this command- mysql -u user1 -p password1 -e "show databases" and I expect to run the mysql "show databases" command successfully. But It's not happening that way. It's asking for ...
2
votes
1answer
93 views

MySQL: help finding query which take too long to execute

how to find the myql query which take too long to execute (more than 5 sec) ? I tried using PROCESSLIST but its showing minimum info . i need the full query currently running in the server so i can ...
1
vote
1answer
787 views

Access Denied for MYSQL ERROR 1045

I just got a new macbook pro (OS X 10.8.2) and am attempting to get mysql set up on it. So far I've been able to get it installed but I cannot get my root user access (or any user for that matter). I ...
0
votes
2answers
173 views

Stop terminal output of MySQL command line

From the terminal in Mac Mountain Lion, I'm running the following command: mysql -h localhost -u root -p -B database | gunzip < db.sql.gz It executes fine and the database is created but the ...
1
vote
1answer
146 views

Can't acces MySQL via comand line [closed]

Hi everyone I've installed MySQL on a Mac OSX Snow Leopart but I am unable to launch it through the terminal: $ mysql -bash: mysql: command not found With $ echo $PATH: ...
2
votes
1answer
124 views

How to make Ruby wait for mysqldump?

I want to assign the output of mysqldump to a variable, and use the generated output later. Attempt 1: > 1.9.3-p125 :020 > x = `mysqldump falala` mysqldump: Got error: 1045: Access denied ...
0
votes
0answers
42 views

Getting Rails to work with MAMP

Trying to get Rails 3 and MAMP to play nicely together. I am trying to follow this tutorial but when trying to run the code in point 5 I am getting: -bash: ./configure: No such file or directory ...
0
votes
1answer
107 views

How to position the cursor with a click when running mysql in terminal on mac os x

Holding the option key and clicking in terminal lets me position the cursor with the mouse. I'd like to be able to do the same thing when I'm running mysql in terminal, but it doesn't work. Is there ...
0
votes
1answer
170 views

Creating a Symbolic Link to Access MySQL with Automatic Login

I am looking for a simpler way to log in to MySQL through the terminal without having to input my username and password each time. I am using MAMP and to access my databases, I just simply type mysql ...
-2
votes
2answers
249 views

Forget “;” in MySQL Terminal query. How to exit?

sometimes i forget to end my SQL query with a ";" in my Mac Terminal. When this happens, the Terminal sets a "->" at the beginning and i am not able to exit this or to run any other SQL commands. How ...
1
vote
1answer
704 views

Importing a database into MAMP via Terminal, can't connect

After frivolously attempting to import a large database (84mb) into PHPMyAdmin (tried increasing memory limit, timeout limit), I've tried importing the database via Terminal/command line, only to be ...
1
vote
1answer
450 views

Backup SQL DB to Mac Desktop via SSH

How do I set the path/save location inside terminal for backing up a remote SQL database via SSH? I would like to save a backup to my desktop. I'm new to SSH, but have managed to log in and interact ...
2
votes
1answer
185 views

error while importing magento database via SSH

I get the following error while trying to dump a magento database via SSH ERROR 1452 (23000) at line 82966: Cannot add or update a child row: a foreign key constraint fails ...
1
vote
1answer
102 views

Bash Script Evaluate String Problems

I'm trying to create a script to automatically delete all of the tables from a database using shell. The commented out variable $drop works fine, however when I try to substitute in the table for ...
0
votes
0answers
106 views

In terminal, MAMP php script is failing to connect to mysql

I am trying to run a PHP script from the command line. Terminal returns an error saying it can't mysql_connect(). Any idea how to correct this error? I use MAMP for local development, and have ...
0
votes
3answers
792 views

How to migrate a MySQL4 to MySQL5 database

I have a database (db4) that was created by MySQL4, and a database (db5) that was created by MySQL5. db4 contains several tables with the charset latin1 and several indices, but no data that was ...
0
votes
1answer
1k views

mysqldump command not found - MAMP

How can I add mysqldump to the export path when running MAMP. I have tried a few export commands I found via google but with no luck.
1
vote
1answer
888 views

run my sql dump in terminal

so I have can create a dump /Applications/MAMP/Library/bin/mysqldump -u admin -p testsite > yourdump.sql but how do I run this on another mac in terminal?
1
vote
0answers
96 views

How Neatbeans's teminal (cygwin) can use mysql(xampp) CLI as like command prompt (window)

i am using netbeans on window platform & also using its terminal feature for some other stuff(mkdir,touch,tar etc..) now i also want to use mysql command line interface currently i am using ...
0
votes
2answers
734 views

duplicate a mysql database using the command line

I'd like to duplicate a mysql database I've named db1 using the command line. In doing so, I'd like to grab all the tables and fields from db1, but not its values. I've seen many SO Q&A on this ...
0
votes
2answers
746 views

Terminal mysql queries

I'm looking to use terminal to execute mysql queries. I currently connect to a sql db via the sql workbench but would like to do this via terminal. Is this possible? I've installed mysql via homebrew ...
0
votes
1answer
141 views

mysql in terminal

When I try to connect to mysql via terminal, I get this error message: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) What might be causing this? I've ...
0
votes
1answer
38 views

Creation of a MySQL table with a field name that may contain an INT and VARCHAR

I am extremely new to MySQL database/table creation. I am trying to set up a SQL table in MySQL. I have all of the commands down, thus far. The one thing I noticed in my data set is that there are ...

1 2