question about rights.....446 (8/30/2012 7:15:11 PM) comp.databases.mysql I have created a user, which should have no rights to the 'test'.*
schema, according to 'SHOW GRANTS'
But i still can select from this database, what am i doing wrong?
mysql> show grants for curre... Luuk
why is the result right aligned.....1065 (4/22/2012 7:26:46 AM) comp.databases.mysql I am creating a script (bash) on linux, and the result does not need to have column-names.. Why is the text column right aligned, if i do this: ~> mysql test -Ne "select * from test1 limit 2" +---+---+-------... Luuk
LOAD DATA..........384 (12/29/2011 10:42:16 AM) comp.databases.mysql I have a textfile (tmp.csv) with the following contents: "01-01-12";"text1";"text2" "08-01-12";"text1, more text, more text";"text2" i wanted to import this into a temporary table, so i did: CREATE TABLE tmp (... Luuk
file_get_contents() on Windows 7559 (9/25/2011 5:22:42 PM) comp.lang.php I am getting an error when using get_file_contents, i simplified my problem as below: C:\TEMP>dir >test C:\TEMP>php -e "echo get_file_contents('test', true); " Could not open input file: echo get_file_content... Luuk
win32/registry (LoadError)259 (9/2/2011 11:09:50 AM) comp.lang.ruby I try to do the example on the page below, on my Windows7 machine http://en.wikibooks.org/wiki/Ruby_Programming/Standard_Library/Win32::Registry The result is this error: in `require': no such file to load --... Luuk
gawk on Windows74194 (5/14/2011 9:12:26 AM) comp.lang.awk i did put this line in a batchfile: gawk.exe" -F"\"" "{ print $2 }" aaa1.out >aaa2.out For some reason it gives next output: gawk: (FILENAME=aaa1.out FNR=587) fatal: cannot open file `>aaa2.out' for reading (... Luuk
PHP Bug + Hotfix035 (1/6/2011 8:47:43 AM) comp.lang.php PHP hangs when doing: print 2.2250738585072011e-308;" If this is true for you, than there's a hotfix at zend.com: http://www.zend.com/en/community/php/php-remote-exploit The bug is explained at: http://bugs.... Luuk
PHP install on Windows7441 (8/14/2010 1:06:04 PM) comp.lang.php Hi, i want to install PHP on my new computer, which is running Windows 7 (Ultimate) After some googling i found: 1) http://www.microsoft.com/web/downloads/default.aspx This site requests to install a 'Micro... Luuk
columns are right aligned when using the 'skip-column-names'065 (10/17/2009 12:01:10 PM) comp.databases.mysql Hi, mysql -e "select * from test;" This shows textcolumns left-aligned... mysql --skip-column-names -e "select * from test;" Shows text columns right-aligned... I want them to be left-aligned... How can this... Luuk
time....741 (7/18/2009 10:40:14 AM) comp.lang.php can someone explain to /me why this returns 1 hour ( i was expecting 0 hours): $ php -r ' print strftime("%T", 0)."\n"; ' 01:00:00 /tmp$ -- Luuk ... Luuk
Parsing mbox files with Windows Php130 (5/24/2013 9:57:14 PM) comp.lang.php
I have been slowly building a Php/MySQL based IMAP email client. The
Php IMAP functions are well documented and easy to use. I store
messages in a MySQL database (attachments in the file system) for eas... cycletourist(69)
comma placement problem61 (5/20/2013 6:32:02 PM) comp.lang.php This does exactly what I want except that when 1969 is reached, the commas
don't get placed where I want them.
I need the commas on every line except for the last line.
which is why I put the conditional jus... noreply941(187)
Random function #21214 (2/25/2013 8:48:03 PM) comp.lang.php Hi
I use the rand function to get 10 items of 1808 current itemes. I tried som=
e 50 times or so and I can clearly see that it has a few "faivourite number=
s" which comes all the time, and some whihc I st... sonnichjensen(13)
In php applying the KISS rule wins every time213 (3/8/2013 5:33:14 PM) comp.lang.php http://mroldies.net/top40-1960.html
Keep it simple, stupid!
No array, no database.
1 simple page generates 100 pages of information.
I designed the layout with html, and use php to replace the redundant... noreply941(187)
Extracting data in a file713 (4/12/2013 11:09:48 PM) comp.unix.shell Hi,
I=B4m looking for any way to get all lines in a text file having date betwe=
en 04/11/13 16:00 and 04/12/13 18:00.
This is the text file:
387241 ORA_ENAMEL_DFM_GHA_DZ Backup Done 0 04/12/... contracer11(156)
display two values on page810 (4/18/2013 9:44:23 AM) comp.lang.php Hi all,
I'm an absolute newbie to PHP, but I need to send two values to a php-page and multiplay to calculate costs for an order.
Simplified, i have a form that sends number and price to calculate.php.
code:... s.hoitinga9072(3)
Embarcadero C/C++ Compiler available245 (5/3/2013 4:40:35 PM) comp.lang.c Hi:
If you would like to test/try out the new 'Borland' C/C++ Compiler
(from Embarcadero) BCC 6.6.0, there is a link below.
This console-only compiler was extracted from the C++ Builder package... med_cutout_syntel(718)
bug in is_numeric1336 (5/12/2013 2:22:10 PM) comp.lang.php
Using PHP 5.3.6 on win7-74
if(is_numeric('x11.11c') returns TRUE
and variations eg: z1111x is also true
this does not seem right to me.
I've done a search but cant find mention in buglist.
... email4172(41)
Javascript: TDG 6th edition304 (5/6/2013 11:53:27 AM) comp.lang.javascript I have a project that needs to be done in Javascript, for Reasons, but I'm
new to the language and looking for a guide. The FAQ and a search of the
clj GG archives indicates that Javascript: The Definitive Gu... andrew9196(3)