Java UTC Calendar and Mysql TimeStamp - Gets me every time!!!!!

2013-08-21 Thread Nick Khamis
Hello Everyone, We have the following mysql timetampe field startdate | timestamp | NO | | -00-00 00:00:00 When trying to insert a long value in there: Calendar c = Calendar.getInstance(TimeZone.getTimeZone(UTC)); c.getTimeInMillis(); We are presented with the following error:

Re: NOW() is stuck...

2013-06-27 Thread Nick Khamis
Just out of curiosity, is the hardware stationed, or traveling close to the speed of light (i.e., 18,000 miles per second)? Sorry I could not help it N. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

MySQL 5.6.11 Missing MySQL Client

2013-06-17 Thread Nick Khamis
Hello Everyone, We installed mysql 5.6.11 from source without server, and was wondering what happened to the mysql command? /usr/local/mysql/bin/ innochecksummysql_waitpid replace resolveip my_print_defaults perror resolve_stack_dump Kind Regards,

Re: remove me from the mailing

2013-04-06 Thread Nick Khamis
This is what happens when a large conglomerate writes large checks. Everyone goes on the aggressive... I'm KIDDING!@!!@#!@!! N. On 4/6/13, Noel Butler noel.but...@ausics.net wrote: On Sat, 2013-04-06 at 16:18 +, attee...@gmail.com wrote: You don't have to be a jackass to him/her.

Re: Reusing ibdata1 space

2011-11-09 Thread Nick Khamis
Hello Reindi, I don't mean to revisit an old post however, we are also using innodb and experiencing a rough start. Should we set innodb_file_per_table to 1? Also we expereince this scenario a lot: mysql show tables; +---+ | Tables_in_symax |

Re: Reusing ibdata1 space

2011-11-09 Thread Nick Khamis
Hello Reindl, I just noticed that I misspelled your name. Sorry about that! Cheers, Nick. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Error when building libmsyqlclient 5.5

2011-11-08 Thread Nick Khamis
Hello Everyone, We needed to install the mysql header files on the client machines (i.e., libmysqlclient) therefore, the entire server is not required. We are using MySQL 5.5 with the following cmake: cmake ../ -DWITHOUT_SERVER=1 -DCURSES_LIBRARY=/usr/lib/libncurses.a

libmysqlclient from source

2011-11-02 Thread Nick Khamis
Hello Everyone, I am looking to build just the mysql client, and not the entire server from source. Which cmake flags do I need to install just the mysql client/devel header files. The actualy mysql server is on a different machine. Thanks in Advance, Nick. -- MySQL General Mailing List For

Re: libmysqlclient from source

2011-11-02 Thread Nick Khamis
I should have mentioned that this is using mysql 5.5.15 Thanks Again, Nick. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: credit where due

2011-10-19 Thread Nick Khamis
Thanks Shawn! Ninus from Montreal. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, I was wondering if the MySQL devel files tar was available for download? I was only able to find rpm on the mysql site. Thanks in Advance, Nick.

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, Thank you so much for your response. I don't need the entire MySQL server just the development libraries. I found MySQL-devel-5.5.16-1.linux2. 6.i386.rpm, but there is no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz. Thanks Again,

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, Thank you so much for your response. I don't need the entire MySQL server just the development libraries. I found MySQL-devel-5.5.16-1.linux2. 6.i386.rpm, but there is no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz. Thanks Again, Nick.

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
That being said, does cmake have a --help friend? I just don't want to install the complete MySQL server, just MySQL-devel, as mentioned earlier. Nick

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
I will post the cmake that get's just the devel header files shortly. Nick.