Fetches one row of data from the result set and returns it as an enumerated array
select * from events order by event_date desc limit 10
select * from events order by event_date asc limit 10
Версия PHP 5.13
The server requested authentication method unknown to the client [caching_sha2_password]
Нужно чтобы у каждого пользователя была как бы отдельная база данных.
Дело в том что у каждого пользователя будет свой словарь и еще некоторые данные.
Client does not support authentication protocol requested by server; consider upgrading MySQL client
update tablename set new_datefield = FROM_UNIXTIME(old_int_unixtime);