S
S
s2sk13372017-04-25 06:39:04
PHP
s2sk1337, 2017-04-25 06:39:04

How to unload all data from MySQL?

Hi all. Tell me how to unload, for example, only line 10, or line 312 in the order of creating a line from a MySQL table. A_I it doesn't work out here, then I delete the lines, it doesn't work out like that.
If anything, I want to unload all the contents of the table on the user's screen. My idea is to find out how many rows are in the table - unload each row through a loop - show this row to the user - at the end of the loop, all the contents of the table will be obtained.
I do not argue that it can be done easier, but I do not know how ...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Tokmakov, 2017-04-25
@NPC

Why do you need this perversion?
Selects all values.
Selects 1 value, nth in a row

A
Alexey Sundukov, 2017-04-25
@alekciy

I do not argue that it can be done easier, but I do not know how ...

phpMyAdmin
Everything you need is there (at least in csv you can dump some of the records).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question