0
votes
1answer
17 views
drag drop mysql web form builder
Hi,
I would like to have a tool with which I can easily develop(dragNdrop) front-end for mysql table and publish it to web. I am not sure whether I can try oracle forms, as my database is MySQL. …
0
votes
3answers
23 views
Migrating Wordpress from sub-domain to root.
Hi.
I am about to start building a new site in Wordpress on the same domain as the old site. I need the old site to stay live until the new one is launched and I also need to develop online.
What is …
1
vote
4answers
77 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
4answers
69 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
70 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 …
0
votes
2answers
28 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 found that to intall …
0
votes
0answers
83 views
What are your experiences regarding performance with amazon-rds
Did you try amazon-rds? How is it, performance-wise?
0
votes
1answer
89 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.
…
0
votes
2answers
48 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 running describe …
1
vote
8answers
194 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 …
0
votes
3answers
66 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 …
0
votes
2answers
23 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.
1
vote
2answers
65 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 …
4
votes
2answers
158 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 …
2
votes
4answers
299 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 …
