6
votes
7answers
1k views
Best MySQL Server Monitoring Tool
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 …
4
votes
2answers
179 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 …
4
votes
8answers
11k 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 …
4
votes
5answers
327 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 …
3
votes
5answers
627 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 …
3
votes
6answers
347 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 …
2
votes
4answers
331 views
Is there a faster way to load mysqldumps?
mysqldump is reasonably fast, but dumps of a medium-sized database (20-30 megs) take several minutes to load using mysql my_database < my_dump_file.sql
Are there some mysql settings I can tune to …
2
votes
3answers
181 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 …
2
votes
2answers
766 views
Autocomplete in MySQL under Windows
Does anybody know if there is a way to make autocompletion work in MySQL Command Line Client under Windows? It's working nicely under Linux for me, but simply moves the cursor under Windows instead.
1
vote
2answers
33 views
Linux Mysql Memory requirements
I have:
32 bit - Red Hat Enterprise Linux Server release 5.1 (Tikanga)
Mysql 5
10G RAM
What are the memory allocation limits with respect to mysql?
Maximum memory usage possible.
Any supporting …
1
vote
4answers
95 views
Upload 95Gb csv file into MySQL MyISAM table via Load data infile: CSV engine an alternative?
Hi guys,
I'm trying to upload a 95Gb 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) …
1
vote
5answers
90 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 …
1
vote
2answers
112 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 …
1
vote
8answers
201 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 …
1
vote
2answers
73 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 …
