unable to restore DB urgent please help!!! (1 reply)
Hi, I'm in an emergency. I had a disk crash and I had a huge mysql db backed up in 2 different .sql files generated with mysql admin. I try to restore the file and it says "unknow object in backup...
View Articlereadonly user is unable to call procedure. Help required (no replies)
Dear All, I am using mysql 5.1.47(64 bit) on centos 5.5 64 servers. I created a readonly user through following command grant all on *.* to 'readonly'@'192.168.0.19' identified by 'readonly'; When I...
View ArticleMysql Timeout " can't connect to server when running Customer...
Hi guys :0) I'm using MySql 4.1 And when i try to send customer reports from an Epos software i get a timeout " could not connect to mysql server " but when i run other reports it's fine ? ive done a...
View ArticleMysql replication failed (1 reply)
Hi, I have a master to master mysql replication setup. Last night, replication stopped with the following error: Last_Error: Could not execute Delete_rows event on table xyz.association; Can't find...
View Articlemysql replication problem (1 reply)
hi all; this my first server ; mysql> show slave status \G; *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: server2...
View Articlereg max_connections (no replies)
Hi, Is there a possibility that MySQL server dies totally and stops responding when the connection limit exceeds max_connections without giving any sort of error like "too many connections". Our...
View ArticleIdeal Database Server Config (no replies)
My Current Web Server Config Operating system Linux Disk Space Usage 2184.3 / 3072 MB MySQL Disk Space 1486.64 MB Architecture i686 MySQL version 5.0.91-community-log Apache version 2.2.15 PHP version...
View ArticleProblems to restore mysql databases (4 replies)
I would like to save my ocs and glpi databases (I made a script for saving data, which works well). When I execute my restoring script, extraction works well, the file's renamed but the directories...
View Articlehow to increase the maximum size for the Database (2 replies)
HI all I am sort of new to MySql , Now I am Having this Problem Our Database Do not have Clustering, and its became very large "its really large such ie. small Tables have like 94 million Record " so...
View ArticleProblems with my.cnf settings (5 replies)
Hi All, I've just installed a new version of MySQL Server (5.1.51) on a Centos Linux machine and coming from the 5.0.45 version i'm experiencing some issues when I want to start a mysql prompt using...
View ArticleStrange behavious of non root mysql user (1 reply)
I am experiencing a strange issue with mysql non root users. I have create two user one with grant all privileges and other with select and execute privileges only. My web based application is running...
View Articlei am facing error 1045 (no replies)
i am trying to get to my mysqladmin but it says access denied with the error 1045 HELP! thanks
View ArticleNewbie to Mysql (no replies)
Hi All, I am new to mysql. I have installed mysql 5.1 on my laptop. I want to be a mysql DBA and i need your guidance to be a dba. Best Regards, S.
View ArticleLog file issue with InnoDB (no replies)
Hi, I have not set any default size for the variable innodb_log_file_size for my server,hence by default MySql has taken the value to 5M (5242880).Today I got the below error in the error logs and saw...
View ArticleHow to automatically move specific MySQL tables from one machine to another?...
I have a MySQL database with tables in the form of "shard_0", "shard_1", "shard_2", etc. These are virtual shards. Now I want to add another DB server and move the even-numbered shards ("shard_0",...
View Articleerror 1064 restoring db dump from different version (4 replies)
Hi I am trying to move my db over to a different server as the current one is dying... I have done a mysql dump (first of the whole db, then of individual tables) and when I try to restore it on the...
View ArticleMigrating from MS Access to MySql (no replies)
Hi I'm currently developing a MS Access database and would now like to migrate it to MySql and put it on a Sqlserver. I have just a few questions 1) how can i automate this while ensuring that the...
View ArticleDatabase Crash (no replies)
my Mysql production database is going down every day, it gives following mess in error log, 101108 17:55:48 mysqld restarted 101108 17:55:48 [Warning] option 'thread_stack': unsigned value 126976...
View ArticleArray Items (3 replies)
Hi, I'm new to MySQL and have been trying to find an answer to the following in the documentation, but I aint having much luck. I have a piece of code to create a database table, but one of the items...
View ArticleAutomatic killing slow queries (no replies)
Hello I just had an incident in a produktion database where an administrative query took all the time and caused normal queries to pile up until requests stated to be denied. I tried with no luck to...
View Article