我有一个数据库(mysql):
我有密码:
$day = $app->request->post('day');
$startLocation = $app->request->post('startLocation');
$datum = new DateTime();
$startTime = $datum->getTimestamp(); //this line is IMPORTANT
global $user_id;
我有一个全局数据库,名称- ABN,用户名- ABNTEST和密码- abntest123.
此密码已过期,所有系统默认密码也已过期。该系统的一些用户名和密码已被遗忘。
如何连接到ABD数据库?
在连接到我的数据库时,我得到了下面的错误:
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM
ORA-28001: the password has expired
如何解决此错误?