Runtime error yourls.org创建表时出错

Runtime error yourls.org创建表时出错,runtime-error,yourls,Runtime Error,Yourls,我正在尝试在服务器的子目录http://[mydomain.tld]/y/admin/install.php中安装yourls.org url shortener软件。多次安装尝试会导致以下错误: Error creating table 'y20130519_url'. Error creating table 'y20130519_options'. Error creating table 'y20130519_log'. Error creating YOURLS tables. Fi

我正在尝试在服务器的子目录http://[mydomain.tld]/y/admin/install.php中安装yourls.org url shortener软件。多次安装尝试会导致以下错误:

Error creating table 'y20130519_url'.
Error creating table 'y20130519_options'.
Error creating table 'y20130519_log'.
Error creating YOURLS tables.

File .htaccess successfully created/updated.
我已经仔细检查了数据库用户和密码。我甚至试着创造新的。我已经重新安装了好几次了

在phpMyAdmin中,我验证没有向数据库添加表,正如错误所提示的那样

在配置文件中,我修改了以下[此处一般替换敏感信息]:

define( 'YOURLS_DB_USER', '[my new db user name is here]' );

define( 'YOURLS_DB_PASS', '[my new db password is here]' );

define( 'YOURLS_DB_NAME', '[my new db name is here]' );

define( 'YOURLS_DB_PREFIX', 'y20130519_' );

define( 'YOURLS_SITE', 'http://[mydomain.tld]/y' );

define( 'YOURLS_HOURS_OFFSET', -5 ); 

define( 'YOURLS_COOKIEKEY', '[I typed random characters here]' );

$yourls_user_passwords = array(
'[I created new user]' => '[I created new password]',
'[I created another new user]' => '[I created another new password]'    // You can have one or more 'login'=>'password' lines
);

有什么想法吗?

我今天安装了yourls同样的错误

Error creating table 'yourls_url'.
Error creating table 'yourls_options'.
Error creating table 'yourls_log'.
Error creating YOURLS tables.

File .htaccess successfully created/updated.

但是。。不是真的我已经检查了数据库,所有的表都正常工作了这是YOURLS代码的一个问题,已经解决了:

等待新版本,或者自己更改上面url中的代码。

仔细检查您的“用户”是否已添加到“MySQL数据库”中的数据库中,并且您是否有权更改/编辑/修改/添加。