Tagged Questions

1
vote
4answers
51 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 …
1
vote
4answers
57 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 managem …
1
vote
2answers
48 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 …
1
vote
8answers
189 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
2answers
24 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 …
0
votes
0answers
71 views

What are your experiences regarding performance with amazon-rds

Did you try amazon-rds? How is it, performance-wise?
0
votes
1answer
70 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
44 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
62 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
22 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.
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 …
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: …
0
votes
2answers
60 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 …
3
votes
5answers
573 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 …
4
votes
2answers
149 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 …

1 2 3 next
15 30 50 per page