Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
7answers
51k views

How do I restore a MySQL .dump file?

I was given a .dump MySQL database file that I need to restore as a database on my Windows Server 2008 machine. I tried using MySQL Administrator, but I got the following error: The selected file ...
17
votes
9answers
11k views

Best MySQL Server Monitoring Tool [closed]

I'd like some opinions about the best mysql monitoring tool available. I've tried MySQL Enterprise Monitor, and it is great for me except it's impossible to get MySQL sell something (see comments for ...
8
votes
4answers
2k views

Is there an equivalent of Redgate SQL Compare for MySQL databases?

Joel is always talking about how great SQL Compare from Redgate software is. SQL Compare only works with Microsoft SQL Server databases, but is there a good piece of software that works with MySQL and ...
8
votes
7answers
2k views

What are the alternatives to using phpMyAdmin?

I've used phpMyAdmin for a while now - it gets the job done but it is very clunky and outdated, and has many features that I don't need. I'm looking for either a web based or (preferably) an OS X ...
6
votes
1answer
1k views

What are your experiences regarding performance with amazon-rds

Did you try amazon-rds? How is it, performance-wise?
4
votes
2answers
332 views

MySQL tables on external hard drive

I have a large amount of text data I need to import into MySQL. I'm doing this on a MacBook and don't have enough space for it so I want to store it in an external hard drive (I'm not really concerned ...
4
votes
1answer
112 views

Migrate a Development MySQL database to a Production database

I need to be able to make changes to my development DB, Such as adding a table or so adding a column. Is it possible to take this new DB schema and merge it or diff-&-merge it with the ...
4
votes
4answers
534 views

How to speed up MySQL INSERTs/UPDATEs?

I have three large MySQL tables. They are approaching 2 million records. Two of the tables are InnoDB and are currently around 500 MB in size. The other table is MyISAM and is about 2.5 GB. We run ...
4
votes
5answers
760 views

How to drop all table in MySQL?

I don't want to drop database, because I'm not hosting the website on my own machine, drop the database will require create it again,and many settings. Is there a command in MySQL that can be used ...
4
votes
5answers
2k views

MySQL permissions issue - should be non-issue

This is making me kind of crazy: I did a mysqldump of a partitioned table on one server, moved the resulting SQL dump to another server, and attempted to run the insert. It fails, but I'm having ...
4
votes
6answers
532 views

How to download a live MySQL db into a local test db on demand, without SSH?

I have a fairly small MySQL database (a Textpattern install) on a server that I do not have SSH access to (I have FTP access only). I need to regularly download the live database to my local dev ...
3
votes
2answers
27 views

How do I use Dynamic DNS name in a MySQL User name?

I have a server out in the big bad internets and I want to run a mysql client on my home system to attach to it. For obvious security reasons I want MySql server to only allow my IP address to ...
3
votes
3answers
311 views

Single Point of Failure on scaling application across AWS

We have a Rails-based application, deployment infrastucture binds to AWS. Current schema included the following layers: load balancer (HaProxy) Rails-application (EC2) x2 MySQLd database (EC2 ...
3
votes
3answers
71 views

Does my MySQL design violate database rules?

I need an advice if i am doing the right thing at MySQL database. I am connecting this database which i named inventory to a java application, this consist of a table named item and here are the ...
3
votes
0answers
101 views

MySQL Administration issue

We have a MySQL database that is set up on one of our servers. We have been using the MySQL Administrator 1.2.12 program to manage the databases on the server. This server was set up and configured ...
3
votes
3answers
115 views

Do I need to make one sql query for each keyword in a text?

I am working on a content rewriter, basically it will replace words with their synonyms. I have the synonms in a mySQL database, the table contains 3 columns id int(11) keyword ...
3
votes
2answers
451 views

how to reset all mysql stats?

I can't seem to find a way to reset all the mysql stats (that show in the 'Stats' page in phpmyadmin) I can reset the Server Traffic section but everything else doesn't get reset (InnoDB stats, ...
3
votes
1answer
131 views

Best MySQL setup for rapidly changing big text fields?

I am trying to optimize a MySQL database for a table with the following characteristics. Any idea? (storage engine, etc.) The table: ca. 10,000 rows each row contains one big text field, sized: ...
3
votes
2answers
521 views

How to Handle Database Connections in Qt?

Here my problem; in such a case it complains about duplicate connections with same connection name: Test::Test(QString connectionName) { db=QSqlDatabase::addDatabase("QMYSQL",connectionName); } ...
3
votes
1answer
113 views

MySQL email templates.. Is it possible?

Not sure if it's possible but it's worth a shot.. I am trying to insert into a MySQL 'TEXT' field some text.. Some of the words within the text I want to change depending on other fields from some ...
3
votes
5answers
195 views

Splitting mysql database per client

I am working on a database that is relatively small. It has a total of 67 tables, with a little over a million records. It is about 254 MB. The application that works with it has been running for ...
3
votes
2answers
401 views

mysql never releases memory

I have a production server clocking about 4 million page views per month. The server has got 8GB of RAM and mysql acts as a database. I am facing problems in handling mysql to take this load. I need ...
3
votes
3answers
1k views

Upload 95 GB CSV file into MySQL MyISAM table via Load data infile: CSV engine an alternative?

I'm trying to upload a 95 GB CSV file into a MySQL database (MySQL 5.1.36) via the following command: CREATE TABLE MOD13Q1 ( rid INT UNSIGNED NOT NULL AUTO_INCREMENT, gid MEDIUMINT(6) UNSIGNED NOT ...
3
votes
6answers
729 views

Best GUI for managing MySQL 5.1?

What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would ...
3
votes
4answers
2k views

large mysql (innodb) database - slow query performance, disappearing tables and long time to restore backups

I've a database with 3 of the tables having rows in excess of 20 million each. I've used GUIDs as primary keys (unfortunately). Now our database is about 20GB and growing 5GB per month. It takes ...
3
votes
1answer
2k views

Can't create MySQL trigger with TRIGGER privilege on 5.1.32

My fellow developers and I have our own development schemas on a shared MySQL development database. My assignment requires me to create triggers in my schema, yet I've been unsuccessful so far. ...
3
votes
8answers
427 views

How to structure groups within a website? (admin, admin powers, user identity)

I am going to be making a small user system but I have questions. If I were to make a registration table (mysql), what is wrong with just storing the password and username into the database without ...
3
votes
6answers
3k views

Is there a faster way to load mysqldumps? [closed]

Possible Duplicate: Speeding up mysql dumps and imports mysqldump is reasonably fast, but dumps of a medium-sized database (20-30 megs) take several minutes to load using mysql my_database ...
2
votes
0answers
32 views

How can i replace my queries with mysql-proxy or any possible way?

I have succesfully installed mysql-proxy and understood the way working and lua scripting. But I am not good at writing lua. So my problem is the software I use for web hosting keep creating mysql ...
2
votes
1answer
47 views

What is QP layer?

From blogs.innodb.com: InnoDB Memcached with Binlog Capability In our earlier Labs release, we presented a MySQL NoSQL solution through InnoDB Memcached Daemon Plugin (see earlier Calvin’s and my ...
2
votes
1answer
26 views

MySql - transfer a lot of records from one table to the other

I have a large table (~50M records) and i want to pass the records from this table to a different table that have the same structure (the new table have one extra index). I'm using INSERT IGNORE ...
2
votes
2answers
109 views

Renaming a django model class-name and corresponding foreign keys with south, without loosing the data

Following is my model: class myUser_Group(models.Model): name = models.CharField(max_length=100) class Channel(models.Model): name = models.CharField(max_length=100) description = ...
2
votes
8answers
226 views

Better way to backup MySql

I have a pretty large MySql DB (20GB), currently I use mysqldump to daily backup the DB. are there any better services that could handle the backup, ones that dont heavily effect the DB while ...
2
votes
1answer
37 views

Can you apply LIMIT on MySQL before LEFT JOIN another?

For example: SELECT * FROM table_1 LIMIT 5 LEFT JOIN table_2 AS table_1.id = table_2.id WHERE 1 Otherwise the engine takes all of table_1 before applying the join, then limiting which can slow ...
2
votes
2answers
70 views

How to implement followers for users, as in twitter

I have a social network that I am making using php and mysql. I am trying to figure out how to make followers for each user. Should I create a table in mysql with a list of followers for each person, ...
2
votes
1answer
72 views

Wordpress ==> SSL ==> MySQL is this configuration possible?

I am trying to put SSL encryption between my Wordpress application and its MySQL database, is anyone aware of a solution/tutorial for this? Haven't managed to find anything on Google or the Wordpress ...
2
votes
3answers
99 views

MySQL problem - COMPLETE server overrun! Please advise

This is my first question here so please don't be tough on me... :P I usually tend to google my way to a solution but now I'm in a hurry and have used up all the resources I had... because my website ...
2
votes
5answers
6k views

ERROR 1396 (HY000): Operation CREATE USER failed for 'jack'@'localhost'

I cannot seem to re-create a simple user I've deleted though I'm in MySQL as root. Special case: user 'jack' existed before, but I deleted it from mysql.user in order to recreate it. I see no ...
2
votes
2answers
106 views

reducing I/O on application and database

Is there a way to reduce the I/O's associated with either mysql or a python script? I am thinking of using EC2 and the costs seem okay except I can't really predict my I/O usage and I am worried it ...
2
votes
1answer
153 views

mysql export table based on a specific condition

I need to export the data and structure of a table but the data must have a specific condition (WHERE status=0). I know that I can use mysqldump to export the whole table but I don't know how to make ...
2
votes
1answer
457 views

MySQL cluster error 1114 (HY000): The table 'users' is full

I have a MySQL cluster setup, There are 2 data nodes and 1 management node. We are now getting errors on our data nodes when doing inserts. ERROR 1114 (HY000): The table 'users' is full Please ...
2
votes
1answer
203 views

What is MySQL's connection compression overhead on small datasets?

Is there any significant overhead to turning on mysql's connection compression for high load databases or is it always a winner? We have databases delivering very small datasets back to the ...
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 ...
2
votes
3answers
181 views

Why would a simple MySQL update query occasionally take several minutes?

I have a hefty db server with lots of very similar InnoDB databases. A query that I run often simply updates a timestamp on one row in a small table. This takes like 1-2 ms most of the time. ...
2
votes
5answers
276 views

How to improve security of mysql database

I'm a student and we are making a simple information system for a hospital. How can we improve the security of mysql database so that confidential information will be protected.
2
votes
3answers
990 views

MySql How to set root password to null

How can I change the root password of MySql to null --> ("") from the MySql CommandLine Client ?
2
votes
2answers
155 views

MySQL install script

is there a way to automate to install MySQL without having to use the wizard to specify root password, etc. Basically, I need to install MySQL as simple as possible for the end user. Thanks
2
votes
3answers
470 views

truncate all tables (most of which have constraints). How to temoprarily drop them

I have a development database (MYSQL) which I would like to load with fresh data at some point. I would like to delete the content of all tables. What is the best way, as automated as possible, to ...
2
votes
2answers
358 views

finding similar sentences in mysql

according to http://stackoverflow.com/questions/577463/finding-how-similar-two-strings-are there are several methods to calculate the similarity measure between two strings. Soundex is a very poor ...
2
votes
3answers
356 views

MYSQL Optimizing a table with 137000 rows

I'm trying to optimize a redmine database before it gets too much of a pain; the Changes (basically a log of all the SVN Changes) is at 137000 rows (ish) and the table is set to the b asic default ...

1 2 3 4 5