Re: mysql Ver 14.12 Distrib 5.0.27 user privileges question

2013-02-27 Thread Prabhat Kumar
BY PASSWORD > '*4EF5..6' | > | GRANT SELECT, INSERT, UPDATE, DELETE ON `mydb`.* TO 'myuserid'@'%' > | > > +---+ > 2 rows in set (0.00 sec) > > mys

Re: MySQL Connection Information

2012-11-14 Thread Prabhat Kumar
gt; > > false > false > false > > EN-US > X-NONE > AR-SA > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: facing problem in MYSQL

2012-07-28 Thread Prabhat Kumar
For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Is there any performance difference, maintaining separate ibdata files for each and every table insted of having one singl tabale for all databases.

2012-06-14 Thread Prabhat Kumar
unsubscribe:http://lists.mysql.com/mysql > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: i need advice on redundancy of mysql server.

2012-06-13 Thread Prabhat Kumar
ives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Architectural Help

2012-05-30 Thread Prabhat Kumar
e in > > central server. > > > > > > How can we achive this ? solution needs very much real time data > > accepting nework lags. > > > > > > Solution > > > > Collect all changes in other 49 server into 1 central server(How can we > > collect data) > > > > > > 49 keeps updating data into local database from central server(Using > > Repliation Can be done) > > > > > > > > --Anupam > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql To unsubscribe: > > http://lists.mysql.com/mysql > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Need help for performance tuning with Mysql

2012-05-30 Thread Prabhat Kumar
: my.cnf information > > >> # mysqlext_20120522131034.log : variable and status information from > > >> mysqladmin > > >> > > >> I have 2 database working with high load. > > >> > > >> I wanted to speed up my s

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2012-04-11 Thread Prabhat Kumar
mysqld# ls > > root@devel:/var/run/mysqld# > > Is selinux enabled? If so, check the logs for that. > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Prabhat Kumar
ou are notified that any dissemination, distribution or copying of this > email is strictly prohibited. If you have received this email in error, > please notify us immediately by return email or to > mailad...@spanservices.com and destroy the original message. Opinions, > conclusions and other information in this message that do not relate to the > official business of SPAN, shall be understood to be neither given nor > endorsed by SPAN. > > > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: parsing a .sql file

2011-11-14 Thread Prabhat Kumar
> > /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; > /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; > /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; > /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; > /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; > > -- Dump completed on 2011-04-18 4:14:26 > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: "InnoDB free" - What does it really mean?

2011-11-10 Thread Prabhat Kumar
gt; > Kay Rozeboom > Information Technology Enterprise > Iowa Department of Administrative Services > Telephone: 515.281.6139 Fax: 515.281.6137 > Email: kay.rozeb...@iowa.gov > > > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Reusing "ibdata1" space

2011-11-10 Thread Prabhat Kumar
drinkt, is eene kwezel > Hy die't drinkt, is ras een ezel > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Relication Issues

2011-11-10 Thread Prabhat Kumar
; a better way to do live backups, or have a hot space in the event of a > > > catastrophe? Is there 3rd party software that would better achieve > data > > > integrity or something? > > > > > > Any help here would be appreciated. > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: [question]any performance tools about UPDATE

2011-09-23 Thread Prabhat Kumar
o monitor the UPDATE/INSERT performance, check out if there's any > performance bottleneck, for example: > slow INSERT/UPDATE > more I/O where execute INSERT > > Regards > > Thanks > J.W > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.

Re: mysqldump: Got error: 1017: Can't find file: './ssconsole/ss_requestmaster.frm' (errno: 24) when using LOCK TABLES

2011-09-23 Thread Prabhat Kumar
top accessing some tables to open others. > > http://dev.mysql.com/doc/refman/5.5/en/not-enough-file-handles.html > > -- >Dan Nelson >dnel...@allantgroup.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To un

Re: Can I Develop using Community Edition and Deploy onto Enterprise Edition??

2011-09-21 Thread Prabhat Kumar
advise the sender immediately by > e-mail > or by telephone and then to delete this e-mail. > Vox Orion accepts no liability for any loss, expense or damage > arising from this e-mail and/or any attachments. > > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Moving database from one machine to another machine..

2011-09-14 Thread Prabhat Kumar
file's at system level (using scp or rync) form slave machine to master (after deleting ibdata1 and ib_log). update the variable innodb_file_per_table to switch master to one per file table. and start master.. or I can go with usual process.. export and import. And suggestion? Best Regards, Pr

Re: Caution : Hard Disk Full

2011-08-29 Thread Prabhat Kumar
com/mysql > To unsubscribe:http://lists.mysql.com/mysql?** > unsub=aim.prab...@gmail.com<http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com> > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: shall i jump from 5.1 to 5.5

2011-08-16 Thread Prabhat Kumar
which > would have troubles? > > we have upgraded some hundret webspaces and two dbmail-servers > in februray becaus we know our self written applications and > having test-environments, if you can do this can nobody say > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: error log rotation problem

2011-08-12 Thread Prabhat Kumar
ell> mv host_name.err-old backup-directory > > (Bug #29751) > > See also Bug #56821. > " > -- > Paul DuBois > Oracle Corporation / MySQL Documentation Team > Madison, Wisconsin, USA > www.mysql.com > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Which is better

2011-08-02 Thread Prabhat Kumar
; notify us > immediately at ad...@sifycorp.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: about the config file

2011-08-02 Thread Prabhat Kumar
> Thanks. > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: > http://lists.mysql.com/mysql?unsub=eroomy...@gmail.com > > > > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: How to view Query Execution time

2011-08-01 Thread Prabhat Kumar
For list archives: http://lists.mysql.com/mysql > > To unsubscribe:http://lists.mysql.com/mysql?** > > unsub=sureshkumar...@gmail.com< > http://lists.mysql.com/mysql?unsub=sureshkumar...@gmail.com> > > > > > > > -- > Thanks > Suresh Kuna > MySQL DBA > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Next Unique Number - Generation

2011-07-22 Thread Prabhat Kumar
is > generated > > at time in two machines. (Logic is newest number will be displayed in the > > node before admission). > > > > How can I stop this logical issue? > > Can i have solution for this? > > > > Thank you in advance. > > > -- > M

Re: Schema for Website Comments

2011-07-12 Thread Prabhat Kumar
sql.com/mysql?** > unsub=aim.prab...@gmail.com<http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com> > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Changing the default database location

2011-05-26 Thread Prabhat Kumar
nition. Not kidding, > here. > > -- > Bier met grenadyn > Is als mosterd by den wyn > Sy die't drinkt, is eene kwezel > Hy die't drinkt, is ras een ezel > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: MySQL server has gone away

2011-05-26 Thread Prabhat Kumar
e server? That can probably shed more > light > > on the issue... > > -- > > Rik Wasmus > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: > http://lists.mysql.com/mysql?unsub=ave...@

Re: Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-26 Thread Prabhat Kumar
to-increment in a lesser part of a primary key > and InnoDB not--but although it is of interest, I have not tryed it. > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsu

Re: Restore only one database or one table

2011-05-19 Thread Prabhat Kumar
e practical implementation. > > > > Thanks & best Regards, > > Adarsh Sharma > > > > -- > Eric Bergen > eric.ber...@gmail.com > http://www.ebergen.net > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Mysql server full with idle connections

2010-11-26 Thread Prabhat Kumar
nd > of bugs is hiding somewhere in a forgotten corner of code, but given that > we're running Drupal and Wordpress, I'd be surprised at something like that > remaining unnoticed for so long. > > > -- > Bier met grenadyn > Is als mosterd by den wyn > Sy die't

Re: mysql's system variables

2010-10-23 Thread Prabhat Kumar
wrote: > Hello, > > what system variables of mysqld can be changed on fly? > > thanks. > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -

Re: MySQL Server has gone away

2010-08-19 Thread Prabhat Kumar
; result successfully. What is the reason of the below error message : > > > > ERROR 2006 (HY000): MySQL server has gone away > > No connection. Trying to reconnect... > > Connection id:264550 > > Current database: *** NONE *** > > > > > > Thanks in

Re: info on mysql

2010-08-11 Thread Prabhat Kumar
where in i can go for Mysql Certification > and > mainly mysql replication set up material etc.. > > > -- > Thanks > Pratiksha > > > On Wed, Aug 11, 2010 at 5:39 PM, Prabhat Kumar wrote: > >> check this, >> >> >> http://adminlinux.blogspot.com

Re: info on mysql

2010-08-11 Thread Prabhat Kumar
> > > > Show table status like 'tablename'; > > > > Cheers, > > Anirudh Sundar > > > > On Mon, Aug 9, 2010 at 9:31 PM, PRATIKSHA JAISWAL < > > pratikshadjayswa...@gmail.com> wrote: > > > >> Hi All, > >>

Re: Moving from one MySQL server to three MySQL servers?

2010-08-04 Thread Prabhat Kumar
aster and slave which may or may > not be critical. > > -- > William R. Mussatto > Systems Engineer > http://www.csz.com > 909-920-9154 > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: migration via replication for large DB?

2010-07-26 Thread Prabhat Kumar
n are you to? > > > > What engines do you use (Innodb, MyISAM,etc)? > > > > Is the data directory currently mounted on a lvm volume? > > > > -- > > Rob Wultsch > > wult...@gmail.com > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: > > http://lists.mysql.com/mysql?unsub=sundar.anir...@gmail.com > > > > > -- Best Regards, Prabhat Kumar MySQL DBA Mobile : 91-9987681929 My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Myisam advantages

2010-07-16 Thread Prabhat Kumar
ards > Karthik.P.R > kart...@mafiree.com > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: How to define the initial space for a table

2010-07-14 Thread Prabhat Kumar
; Thanks! > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Allowing Connections From Remote Clients

2010-07-13 Thread Prabhat Kumar
t; For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: How to become a DBA on MySQL

2010-07-13 Thread Prabhat Kumar
en all of > the databases hosted there may become poorly organized resource hogs. If > you, as a DBA, are diligent, protectful, proactive, and concerned then you > will have a much better chance of achieving amazing performance out of your > servers. > > Regards, > -- > Shawn

Re: finding exact query being run

2010-07-12 Thread Prabhat Kumar
; > there. > > > > > > > > All the queries are showing “sleep” > > > > > > > > Not sure if this means anything > > > > > > > > Machiel Richards > > > > MySQL DBA > > &

Re: Innodb Choosing Random Index

2010-07-11 Thread Prabhat Kumar
t; other way to resolve it ? And what's the exact reason behind this ? Just > to > > have mysql choose the correct index always will simply solve my problem . > > > > Thanks . > > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Got error 139 from storage engine (InnoDB)

2010-07-05 Thread Prabhat Kumar
ur error log file. > 2. Your my.cnf. > 3. You servers specs and whether the server also runs other daemons. > > > -- > Rob Wultsch > wult...@gmail.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http

Re: phpMyAdmin and other management tools

2010-07-01 Thread Prabhat Kumar
ctures, also, most users wont >> have command access and its simple for them, it also doesn't require you >> to install anything on your machine, I've tried a few in the past, but >> none of them match up to phpmyadmin, and Marc (its author) is always >> very approach

Re: Table creation fail

2010-06-25 Thread Prabhat Kumar
met grenadyn > Is als mosterd by den wyn > Sy die't drinkt, is eene kwezel > Hy die't drinkt, is ras een ezel > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Table creation fail

2010-06-24 Thread Prabhat Kumar
örg > > -- > Joerg Bruehe, MySQL Build Team, joerg.bru...@sun.com > Sun Microsystems GmbH, Komturstrasse 18a, D-12099 Berlin > Geschaeftsfuehrer: Juergen Kunz > Amtsgericht Muenchen: HRB161028 > > > -- > MySQL General Mailing List > For list archives: http://lists.

Re: Altering database size to add more space

2010-06-24 Thread Prabhat Kumar
ma ; > > > > > > Thank you. > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: > http://lists.mysql.com/mysql?unsub=jlyons4...@gmail.com > > > > > > > -- > Jim Lyons > Web developer / Database administrator > http://www.weblyons.com > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Table Consistency/analize/check/repair

2010-06-18 Thread Prabhat Kumar
gt; > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.co

Re: do i have to restart the mysql server when i change some global variables?

2010-05-31 Thread Prabhat Kumar
te list of variable. : http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html Thanks, On Mon, May 31, 2010 at 3:17 PM, Lin Chun wrote: > hi > > as the title > > thanks > > -- > --------- > Lin Chun > -- Best Regards, Prabhat Kumar M

Re: Master - master replication

2010-05-24 Thread Prabhat Kumar
http://lists.mysql.com/mysql >To unsubscribe: > http://lists.mysql.com/mysql?unsub=john.dais...@butterflysystems.co.uk > > > > > > -- > John Daisley > > Certified MySQL 5 Database Administrator > Certified MySQL 5 Developer > Cognos BI De

Re: Array data type

2010-05-16 Thread Prabhat Kumar
tabase. > > However, that's not really an array datatype in MySQL, it's simply a method > of storing an array as a string. So it's of fairly limited application, > there are cases where it's very useful but it's not a substitute for storing > the array values

Re: Can't create foreign key

2010-05-14 Thread Prabhat Kumar
t; > > > > Thanks, > > > > Jesse > > > > > > > > !DSPAM:451,4bed85fe818443309765824! > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/mysql?unsub...@msdlg.com > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: starting multiple instances with mysqld_multi

2010-05-10 Thread Prabhat Kumar
sn't because there is nothing in the script to handle a 'stop' call; the > actual question would be - why it doesn't work when it is mentioned in the > MySQL reference manual? >2. how to (auto) restart the instances after a server restart? do I > need to wr

Re: Out of range value for column 'datestamp' at row 1

2010-05-10 Thread Prabhat Kumar
Thanks, It worked :) On Mon, May 10, 2010 at 6:25 PM, Jay Ess wrote: > On 2010-05-09 13:29, Prabhat Kumar wrote: > >> INSERT INTO myTable_info (id,range, total_qt, qt_correct, finish_time, >> username, datestamp) VALUES (NULL,'Kumar', '20&#

Out of range value for column 'datestamp' at row 1

2010-05-09 Thread Prabhat Kumar
;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax I think problem with* `datestamp` datetime NOT NULL default '0000-00-00 00:00:00',* Can any one please suggest me, how to deal with this error. -- Best

Re: how to find no.of transaction in mysql

2010-05-08 Thread Prabhat Kumar
or you can use some tools, there is tons of third tools you can use. On Sat, May 8, 2010 at 7:15 PM, Prabhat Kumar wrote: > Hi, > I think you can get only no. of transactions happned on the database since > it was started. > > By using command "show status" ; varia

Re: how to find no.of transaction in mysql

2010-05-08 Thread Prabhat Kumar
f=`expr $last - $orig` > avg=`expr $diff / $time` > echo "$avg" > Thanks, On Sat, May 8, 2010 at 6:40 PM, Anand wrote: > Hi , > > Is it possible to find the no.of transactions happened on the database for > the specified duration of time ? it could be for past

Re: limiting acess by Triggers

2010-05-06 Thread Prabhat Kumar
w can block update column of specif table for a user > "x" by trigger in mysql? > Is possible deny acess for columns on mysql? > > > version: 5.0.77 > > Regards > > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-99

Re: tcpdump mysql ?

2010-04-20 Thread Prabhat Kumar
ed 's/.*\(SELECT.*\)/\1/gI' | sort | uniq -c | sort -r > -n -k 1,1 | head -5 > > Other question is. What commnds do you use to help debuging and testing. > > Kind Regards > Brent Clark > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.

Re: InnoDB Default Storage Engine

2010-04-18 Thread Prabhat Kumar
Wultsch > wult...@gmail.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: mysql-bin log file

2010-04-18 Thread Prabhat Kumar
ors-r-us.net/doc/refman/5.1/en/purge-master-logs.html > > > -- > Rob Wultsch > wult...@gmail.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.

Re: Mysql - Tables Export to Excel!

2010-04-18 Thread Prabhat Kumar
Note : if you table name it will export all tables from given database; eg:* mysqldump -u user -ppassword wordpress --no-data > Dumpdata.txt * It will export all tables from db wordpress. On Mon, Apr 19, 2010 at 8:57 AM, Prabhat Kumar wrote: > use can use mysqldump with option *-no-data

Re: Mysql - Tables Export to Excel!

2010-04-18 Thread Prabhat Kumar
gt; Office: Blountville, TN > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: How to watch stored procedures

2010-04-09 Thread Prabhat Kumar
er after creating > it? > > Thanks! > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India M

Re: Relication

2010-03-09 Thread prabhat kumar
this is handphone +65 84300135 > > -- > Best Regards, > Mubeeth > S'pore +65-84300135 > India +91-99940 44101 > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: Displaying date/time

2010-03-05 Thread prabhat kumar
min ago > e.g over 1 day 1d 2h 29min ago > e.g over 1 week 1w 4d 2h 29min ago > > How would this best be achieve using MySQL. > > Thanks, > Neil > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blo

Re: MY SQL Slave Server

2010-02-06 Thread prabhat kumar
; >On Sat, Feb 6, 2010 at 12:33 PM, Vikram A wrote: > > > >> Dear Experts, > >> > >> I would like to configure the slave for my main server. My server is > >> running in the FEDORA 11. > >> I would like to make another mirror of the DB in the same server

Re: how to get the name of primary key ?

2010-02-01 Thread prabhat kumar
T_NAME = > 'PRIMARY';+-+| COLUMN_NAME |+-+| GameLogID | > +-+1 row in set (0.00 sec) > where it is assumed the database name is "game". > Hope that helps. > Jesper > _

Re: Using symlinks for database creation in mysql

2010-01-28 Thread prabhat kumar
thousands) of symlinks frequently and performs very little actual access work (small files), then there will be a potential significant overhead. On Fri, Jan 29, 2010 at 12:20 PM, prabhat kumar wrote: > I don't agree, Don't have any specific documents but seems to make a bit >

Re: Using symlinks for database creation in mysql

2010-01-28 Thread prabhat kumar
ere will be quite a few folders > and > > symlinks on the same path? > > > > > > Thanks in advance. > > > > > > -- > > Regards, > > Manasi Save > > > > > > > -- > Thanks > Suresh Kuna > MySQL DBA > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: How to change mysql default database directory

2010-01-28 Thread prabhat kumar
. On Fri, Jan 29, 2010 at 8:42 AM, Lucky Wijaya wrote: > Hi all, > > I've installed MySQL on 320GB Harddisk (partitioned into 3 partitions). I > want to know if there's a way to change MySQL default database directory > from C: to D:. > > Thanks. > > > >

Re: FW: MySQL export and import into Oracle

2010-01-08 Thread prabhat kumar
seems that the decode function does not exist in mysql. > > > > select > > decode(nvl(receive_email, 'No'), 'Yes', 'Yes', 'No') email_corr, > > count(*) tot > > from profiles > > where email is not null > > group by

Re: Rename mysql database

2010-01-08 Thread prabhat kumar
umentation it says, > RENAME DATABASE command has been removed from mysql 5.1. > > > Can anyone help me with this, that is there any other way I can rename it. > > > Thanks in advance. > > > -- > > Regards, > Manasi Save > > -- Best Regards, Prabhat K

Re: How Set Up This Table

2010-01-02 Thread prabhat kumar
you want a compund PK on this new table, or you want > > instead an auto-increment column that would be the PK. (There are > > differences of opinion on this one, so I'm leaving it alone; I don't want > to > > start a religious war :) > > > > Thanks! That

Re: HELP! "RESET MASTER" hosed replication

2009-12-23 Thread prabhat kumar
l adm1114 2009-12-15 16:26 mysql-slow.log.7.gz >> >> Which freed up a tremendous amount of space again... >> >> However, a co-worker informed me that now our slaves are broken and >> replication is hosed! >> What did I do wrong or forget to do? >> I see no

Re: Adding Fields To Table

2009-10-01 Thread prabhat kumar
Thanks Joerg. You are very correct. On Thu, Oct 1, 2009 at 2:40 PM, Joerg Bruehe wrote: > Hi! > > > prabhat kumar wrote: > > You can use : > > > > *ALTER TABLE it ADD COLUMN title varchar(25), phone number integer (6);* > > > > it will add new column af

Re: login issue..pls help

2009-10-01 Thread prabhat kumar
te: >>> >>>> hi Kumar >>>> >>>> thanks for your info.. >>>> >>>> another doubt.. which storage engine is best for transaction.. >>>> >>>> in my server. the default engine is myisam. now i changed one

Re: login issue..pls help

2009-10-01 Thread prabhat kumar
#x27;test'@'%'; > * > > I used 'USAGE' clause this time but even after that i can able to see other > schema and i can able to 'select' tables from other schema. > > how i can restrict this. only default schema should be accessible to the > use

Re: login issue..pls help

2009-10-01 Thread prabhat kumar
location. how to create > that? because current mountpoint space is very less, in this situation how > can move existing schemas to new location? > > thanks in advance.. > > > > Best Regards > Faizal S > GSM : 9840118673 > Blog: http://oradbapro.blogspot.com > &

Re: Adding Fields To Table

2009-10-01 Thread prabhat kumar
Oracle, MS SQL Server, Sybase SQL > Anywhere, MySQL, InterBase, NexusDB and Firebird! > > Database questions? Check the forum: > http://www.databasedevelopmentforum.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=aim.prab...@gmail.com > > -- Best Regards, Prabhat Kumar MySQL DBA Datavail-India Mumbai Mobile : 91-9987681929 www.datavail.com My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: login issue..pls help

2009-09-30 Thread prabhat kumar
re the privileges are > required.. > > please help.. > > Best Regards > Faizal S > GSM : 9840118673 > Blog: http://oradbapro.blogspot.com > > > On Thu, Oct 1, 2009 at 11:09 AM, prabhat kumar wrote: > >> Use : mysql -u root -p (it will prompt for password

Re: login issue..pls help

2009-09-30 Thread prabhat kumar
Access denied for user 'root'@'localhost' (using > password: NO) > > > Can someone please help me understand why I am not able to login from root? > > > Best Regards > Faizal S > GSM : 9840118673 > Blog: http://oradbapro.blogspot.com > -- Best

Re: optimize my.cnf

2009-09-03 Thread prabhat kumar
gt; Thanks > > > > > > -- > > MySQL General Mailing List > > For list archives: http://lists.mysql.com/mysql > > To unsubscribe: > > http://lists.mysql.com/mysql?unsub=i...@mysqlpreacher.com > > > > > -- Best Regards, Prabhat Kumar MySQL DBA My Blog: http://adminlinux.blogspot.com My LinkedIn: http://www.linkedin.com/in/profileprabhat

Re: recovery help needed

2009-08-26 Thread prabhat kumar
Step # 1 : Stop mysql service # /etc/init.d/mysql stop Step # 2: Start to MySQL server w/o password: # mysqld_safe --skip-grant-tables & Step # 3: Connect to mysql server using mysql client: # mysql -u root Step # 4: Setup new MySQL root user password mysql> use mysql; mysql> update user set pas