mysqlDatabase Object
(
[db_hostname] =>
[db_username] =>
[db_password] =>
[db_database] =>
[connection] => mysqli Object
(
[affected_rows] => -1
[client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
[client_version] => 50012
[connect_errno] => 0
[connect_error] =>
[errno] => 1045
[error] => Access denied for user 'beepxtra_vio'@'localhost' (using password: YES)
[error_list] => Array
(
[0] => Array
(
[errno] => 1045
[sqlstate] => 28000
[error] => Access denied for user 'beepxtra_vio'@'localhost' (using password: YES)
)
)
[field_count] => 0
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.7.32
[server_version] => 50732
[stat] => Uptime: 336179 Threads: 2 Questions: 13881928 Slow queries: 0 Opens: 294549 Flush tables: 1 Open tables: 7486 Queries per second avg: 41.293
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 242826
[warning_count] => 0
)
[magic_quotes_active:mysqlDatabase:private] =>
[real_escape_string_exists:mysqlDatabase:private] => 1
[last_query] => (SELECT a.*,b.symbol from bot_stats as a LEFT JOIN bots as b ON a.bot_id = b.id WHERE profit > 0 ORDER BY a.id DESC limit 17)
UNION ALL
(SELECT a.*,b.symbol from bot_stats as a LEFT JOIN bots as b ON a.bot_id = b.id WHERE profit < 0 ORDER BY a.id DESC limit 3)
)
Database query failed: Access denied for user 'beepxtra_vio'@'localhost' (using password: YES)
Last SQL query: (SELECT a.*,b.symbol from bot_stats as a LEFT JOIN bots as b ON a.bot_id = b.id WHERE profit > 0 ORDER BY a.id DESC limit 17)
UNION ALL
(SELECT a.*,b.symbol from bot_stats as a LEFT JOIN bots as b ON a.bot_id = b.id WHERE profit < 0 ORDER BY a.id DESC limit 3)