Tagged Questions

1
vote
2answers
13 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 m …
0
votes
1answer
38 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 unsucc …
0
votes
2answers
13 views

How do I use MacPorts to downgrade a dynamic library?

My py-mysql is farking because I've upgraded MySQL which replaced libmysqlclient_r.15.dylib with libmysqlclient_r.16.dylib. How do I find and get back the older version? EDIT: I f …
1
vote
8answers
181 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 t …
0
votes
0answers
52 views

What are your experiences regarding performance with amazon-rds

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

MySQL shell/client: Read-only access, or “safe history” option?

Yesterday I was working on a shell script to perform some moderately complex table insertions to a MySQL database. Naturally I was keeping a mysql client shell window open to for …
0
votes
3answers
44 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 automate …
0
votes
2answers
19 views

mysql command for showing current configuration

Can not find a command that displays the current configuration of mysql from within the database. I know I could look at /etc/mysql/my.cnf but that is not what I need.
0
votes
2answers
50 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. Sound …
4
votes
2answers
129 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 …
2
votes
4answers
270 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 set …
4
votes
8answers
10k 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: …
2
votes
3answers
158 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 t …
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 somethin …
0
votes
3answers
381 views

How to make mysql accept connections externally

Hello, I have a VPS and I want to make mysql DB accept connection externally (from my PC for instance). I have Debian Linux installed on the server. I checked some tutorials onlin …

1 2 next
15 30 50 per page