+ Post New Thread
Page 1 of 36 1 2 3 11 ... LastLast
Threads 1 to 20 of 710

Forum: MySQL

Sub-Forums Last Post

  1. Forum Actions:

    Last Post:

    Never
  1. MySQL serverand hight CPU usage

    Hello, I have a website hosted on Windows using asp pages to display ads. The database server is a MySQL server (4.1.15) on an other server...

    • Replies: 2
    • Views: 562
    09:20 PM Go to last post
  2. ERROR 2013 (HY000): Lost connection to MySQL server during query

    Hi to everybody, I have upgrade to mysql 5.0.18 my linux box and when I'm trying to make any command in this table: select * from PROGETTO;...

    • Replies: 4
    • Views: 8,792
    05:44 AM Go to last post
  3. java ResultSet size

    let's say I did a simple query on a database like show tables; in java, i get a ResultSet how can I get the total number of rows in the ResultSet?...

    • Replies: 2
    • Views: 3,600
    10:13 AM Go to last post
  4. chinese signs to database

    Hello, i need to insert chinese signs in a table. but if i insert them, in the database there is only shown some weird values. do u know how i...

    • Replies: 1
    • Views: 558
    03:19 AM Go to last post
  5. how to prevent inputting quotation mark (')?

    Hi, I made a form where visitors can introduce data. I use this: strsql="INSERT INTO mytable (field1,field2 ...) values('" & lol & "',#" & dat...

    • Replies: 7
    • Views: 1,512
    08:56 AM Go to last post
  6. Can not open resultset

    Dear all, could someone help me in such problem: in a loop a make a lot of (ca.1500) inserts to table1. I the some time I make select query on...

    • Replies: 2
    • Views: 1,784
    08:49 PM Go to last post
  7. getting GMT time from from_unixtime

    PHP has a function - gmdate - whereby one can get the GMT time from a timestamp. How might I do something like what this function does in MySQL? ...

    • Replies: 2
    • Views: 1,367
    08:23 AM Go to last post
  8. how can I increase the max key length?

    Hi, if I try to install mediawiki, I get following mysql-error, during running config/index.php: "Specified key was too long; max key length is...

    • Replies: 4
    • Views: 2,061
    11:18 PM Go to last post
  9. query for function/procedure metadata

    I have been asked to compose a query to return the metadata of a function or procedure (MySQL 5.0): argument names and types, IN or OUT, return...

    • Replies: 4
    • Views: 511
    02:50 AM Go to last post
  10. Trouble creating temporary memory table

    I tried to create a temporary memory table using the following: CREATE TEMPORARY TABLE mytable_tmp LIKE mytable ENGINE=MEMORY; However, I...

    • Replies: 8
    • Views: 1,911
    05:01 PM Go to last post
  11. Prepared Statements within stored procedures

    I have a stored proceduren with a prepared statement inside, I would like to put the result fields into variables but I don´t know how, Should I...

    • Replies: 3
    • Views: 5,443
    02:33 PM Go to last post
  12. Find duplicates

    Hey all, I want to give the user a dialog where they can find pairs of duplicate entries in the database and resolve these down to a single...

    • Replies: 3
    • Views: 756
    02:11 PM Go to last post
  13. Batch update?

    Consider two tables: Table_1 (id, data_1, data_2) Table_2 (id, data_2) How to load the `data_2` field from Table_2 to Table_1, which is...

    • Replies: 1
    • Views: 1,482
    01:40 PM Go to last post
  14. Nested join puzzler

    I seem to have dug my way into a hole that's a bit over my head. I have a db laid out as shown here and I can query it with some very basic joins...

    • Replies: 2
    • Views: 606
    02:15 AM Go to last post
  15. LIMIT 0,-1 broken in 5.0

    I have a number of scripts that generate queries where the number of rows I need is dynamic ( LIMIT 0,$rows ). Using MySQL 4.0 I can get all the...

    • Replies: 12
    • Views: 708
    10:18 PM Go to last post
  16. Newbie Question (column names)

    I am in the process of writting a program, in my language of choice, (ooRexx) to perform the following conversion from BTrieve databases to MySQL...

    • Replies: 4
    • Views: 559
    11:22 PM Go to last post
  17. [microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error

    I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when...

    • Replies: 6
    • Views: 3,124
    02:22 PM Go to last post
  18. rand()

    I've built a page in Dreamweaver (php) pulling records from mysql with rand() order, displaying 1 record at a time with a navigation pane, it...

    • Replies: 0
    • Views: 581
    12:27 AM Go to last post
  19. How do I keep a fixed list of rows in a table?

    Probably not making myself clear with that subject. Here is what I want to do. I want to basically implement a FIFO (FirstInFirstOut) queue in...

    • Replies: 2
    • Views: 662
    08:53 PM Go to last post
  20. Slave crash

    Hi, I use a simple Master-Slave-Replication with one Master and one Slave.( MySQL 5.1.11-beta-log) If I crash's the slave (Power off) while...

    • Replies: 1
    • Views: 2,471
    04:54 PM Go to last post

+ Post New Thread
Page 1 of 36 1 2 3 11 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139