yourls.org error creating table -


i'm trying install yourls.org url shortener software on server in subdirectory: http://[mydomain.tld]/y/admin/install.php. numerous install attempts result in following errors:

error creating table 'y20130519_url'. error creating table 'y20130519_options'. error creating table 'y20130519_log'. error creating yourls tables.  file .htaccess created/updated. 

i've double-checked db user , password. tried creating new ones. i've reinstalled few times.

in phpmyadmin, verify no tables have been added database, suggested errors.

in config file, modified following [sensitive info replaced generically here]:

define( 'yourls_db_user', '[my new db user name here]' );  define( 'yourls_db_pass', '[my new db password here]' );  define( 'yourls_db_name', '[my new db name 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 new user]' => '[i created new password]'    // can have 1 or more 'login'=>'password' lines ); 

any ideas?

i've installed yourls today same error

error creating table 'yourls_url'. error creating table 'yourls_options'. error creating table 'yourls_log'. error creating yourls tables.  file .htaccess created/updated. 

but .. not true i've checked db , tables working


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -