phpMyAdmin (no replies)
hello. I am new in php and I am studing it on this book: "php for dreamweaver 8". Everything has gone well until now, apache, php an mysql are working well in windows 7. I installed phpMyAdmin and is...
View ArticleExtraire des lignes dans une table (no replies)
Bonjour, J'ai besoin d'aide à propos des lignes dans MySQL. En effet, je voudrais extraire certaines lignes pour les importer ensuite en pouvant les modifier. Comment faire ? Merci
View ArticleEncrypt MYSQL DB (4 replies)
Hi, I need to encrypt a mysql db in a transparent manner. The data must be written inside already encrypted. Could you recommend some method or some software (though it makes me download the trial...
View Articlemysqldump is skipping some tables. (2 replies)
Hello, I am taking mysql dump using following command on daily basis using a shell script. #mysqldump -u <username> -p<password> -R --single-transaction --flush-logs <dbname> >...
View ArticleData lost after restart (no replies)
Hi everyone. I recently had a terrible event where my MySQL databases restarted and lost about 2 weeks of data. I have daily mysqldump backups, so I'm not completely hosed. My real problem though, is...
View Articlemove database from PC to web server (1 reply)
I have created a MySQL database on my desktop computer (which I run Apache 2.2 and PHP 5.2.13 on as well, in addition to the MySQL 5.1.30). Anyway, how can I transfer the database I 've craeted on my...
View ArticleRestore multiple sql files (1 reply)
Over the past 2 years I've been doing some reporting for a local business off a MySql server. Recently, the database was moved off site and I'm now given access to a backup copy. The db has more than...
View ArticleLockwait timeout exceeded. (1 reply)
Hi , Iam using INNODB engine in 5.1.41 mysql Community. I am getting frequent error messages like 'lock wait time exceeded try restarting the transaction' in my jboss log file. is there any way to...
View ArticleList of Paramaters in a Stored Procedures... (no replies)
Hi All, I am new to this forum. I started working on mysql 5.1.40 from last week and I am facing a problem, I need a query in oracle 10g to get the list of all parameters, there data-type and there...
View ArticleHow to extract a database creation script (no replies)
Other than mysqldump --no-data, is there a way to generate a database creation script from an existing database? Maybe so it generates conditional create or alter table statements? Is there any...
View Articlehow to run mysql script on the background (no replies)
Hi, I have a sql script to select some information, called query.sql: vi query.sql: select * into outfile '/tmp/testing_20100624.txt' from external_entities oee where oee.name in ( Select ee.name from...
View ArticleGRANT PREVILEGES on SET (1 reply)
Hi, I want to Grant Previleges to a User to update a User's password using "SET Password:" (not UPDATE USER Command). as i am very hesitant to give GRANT *.* for the User just to change password, and...
View ArticleMySQL and 2 heavy tables (2 replies)
Hello everyone I have a MySQL DB and I work with as language: PHP In this database, two tables are too heavy, because the insertion is made every second. I want to make sure that I have, in these two...
View ArticleMoving data from stand alone server to cluster (no replies)
I am transitioning our single MySQL server to a MySQL Cluster for more redundancy and I have everything setup and working and I imported all of our existing data into the cluster using mysqldump. All...
View ArticleStored Procedures Information... (no replies)
Hi all, I am new to this forum. I started working on mysql 5.1.40 from last week and I am facing a problem, I need a query in mysql to get the list of all parameters info, there data-types and there...
View ArticleON DUPLICATE UPDATE Issue (no replies)
Hi, I am using MySQL Version 5.0.37-community-log My table structure is CREATE TABLE `<tablename>` ( `id` int(11) NOT NULL default '0', `date_of_birth` datetime NOT NULL default '0000-00-00...
View ArticleIs there a standart way to integrate mysqld_multi and /etc/init.d/mysql? (no...
Is there a standart method for start few instances of mysql automatically during linux boot? 'm using mysqld_multi for startup second instance. (CentOS 5, mysql 5.1.48)
View ArticlePivot table - vertical data to horizontal reloaded (no replies)
This topic has been moved here: http://forums.mysql.com/read.php?20,375067,375067#msg-375067
View ArticleIllegal double '1.79769313486232e+308' value found during parsing (1 reply)
when i try to import my backup into the database i get this error ? can you please tell me how to resolve this error? my mysql client version is 5.0.x
View ArticleConnecting to Database (1 reply)
I am using Godaddy hosting, PHP 5. I have tried numerous codes, but this is the one given to me by the Godaddy website itself and it is still not working. <?php //same database connection for PHP...
View Article