Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
205 views

How to recover data from MySql Data files?

One of my servers' OS crashed yesterday. It was Win 2008.The server developed an HDD fault and did not boot. My host provider (Turnkey) has mounted the HDD on a Rescue system and given me access to ...
2
votes
2answers
959 views

Killing the mysqld process

I have a table with ~800k rows. I ran an update users set hash = SHA1(CONCAT({about eight fields})) where 1; Now I have a hung Sequel Pro process and I'm not sure about the mysqld process. This is ...
2
votes
1answer
3k views

MySQL server's thread_stack parameter - what is it? How big should it be?

Couple days ago I got following error from MySQL database: Thread stack overrun: 68744 bytes used of a 196608 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger ...
1
vote
3answers
566 views

Ubuntu 11.04 - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)

I have googled for 2 days now and was initially get a '/var/run/mysqld/mysqld.sock' (2) I fixed this by using: Sudo touch /var/run/mysqld/mysqld.cock sudo chown -R mysql /var/run/mysqld/ now i ...
1
vote
0answers
37 views

mysql repair threads not spawned

In my my.cnf I specify myisam_repair_threads=4 When I add an index to large table in the show processlist I see that mysql outputs: Repair with 2 threads | ALTER TABLE arman.files ADD INDEX ...
1
vote
1answer
335 views

Can't create test file /var/lib/mysql/Daniil-Myasnikovs-MacBook-Pro.lower-test

My environment: Mac Snow Leopard 10.6.8 MySQL Ver 14.14 Distrib 5.5.8, for osx10.6 (i386) using readline 5.1 I was using this version until I tried to install MAMP on top of that. After that I have ...
1
vote
2answers
3k views

error: Setup script exited with error: command 'gcc' failed with exit status 1

I get the following error when I try to install MySQL-python-1.2.3 under Python 2.6 in Fedora 14. Fedora 14 comes with Python 2.7 by default and I am working in a project which runs in Python 2.6, ...
1
vote
2answers
940 views

Mysqld Crashes immediately on running on Windows 7…?

I am trying to run MySql 5.1 on Windows 7 Home Premium 64 bit. I have downloaded the MSI installer from the MYSql website and installed it. The installation is successful, but the service does not ...
1
vote
1answer
325 views

How to pass “--external-locking” for mysqld in Ubuntu

I would like to start my mysql server with the --external-locking option. As mysqld is run by the /etc/init.d/mysql script ubuntu (karmic), I guess that's where I should set this "--external-locking" ...
1
vote
4answers
79 views

MySQL preventing dual loading

Right guys, I have a MySQL database, using InnoDB on tables, every so often I have to perform a big cron job that does a large batch of queries and inserts. When I run this cron job, for the 5minutes ...
0
votes
4answers
29 views

How do I change the MySQL data directory?

How do I change the MySQL data directory with Mysqld command in cmd?
0
votes
0answers
71 views

Server extremely lags and logs bunch of 'internal dummy connection' [closed]

Having a web-server (don't know actually whoset it up, it's my heritage). Few hours ago it started working very (extremely!) slow, mysqld oftenly fails requests. /var/log/mysqld.log is empty (well, it ...
0
votes
2answers
72 views

autostart mysql on boot from terminal

I just installed mysql in terminal through homebrew. Now when I try to connect to mysql it fails, but after I run mysqld it works.. So what I need to do now is run mysqld when I boot my Mac. I've ...
0
votes
1answer
82 views

logging mysql queries with mamp 2.0.1 wont work

I have MAMP 2.0.1 which is the latest verison. I copied the my-medium.cnf from /Applications/MAMP/Library/support-files then placed it in /Application/MAMP/Library and renamed it to my.cnf under ...
0
votes
1answer
34 views

Httpd/Mysqld timeout a lot

I'm using Fedora 14 and httpd timeout a lot. Is there a log or something that tell me how many connnections to httpd and mysqld every second/minutes...etc I'm very new to linux, please help me :)
0
votes
2answers
191 views

SQL syntax error?

Does anyone know what is wrong with the following SQL query? CREATE TABLE IF NOT EXISTS PrWorlds ( # World table worldid INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT, worldname ...
0
votes
2answers
866 views

mysql show processes

I don't have phpMyAdmin installed on a ubuntu server but want to show all mysql processed. I know that you can do a "show_processes" in phpMyAdmin but how can I do it via shell? Thanks
0
votes
1answer
160 views

Why do i have debian-sys-maint instead of a mysql root user?

I am currently trying to get mysql setup and i was trying to recover the password because i didnt know my root password and i got these directions sudo /etc/init.d/mysql stop sudo mysqld ...
0
votes
1answer
244 views

MAC osx, change datadir mysql, still not working

Hi i am tearing my hair out at this one, i am a noob ill admit when it comes to mysql, i had ir working perfectly on my local Mac HD, i now want to store the databse to my external as the databse ...
0
votes
1answer
217 views

Problem with GCC allocated memory on VPS

I am trying to install a python module on my VPS and am running into the following problem once I try to run the install: virtual memory exhausted: Cannot allocate memory error: command 'gcc' failed ...