Advertisement
andrewbogott

Untitled

May 29th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Setting up database...A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
  2.  
  3. CREATE DATABASE `my_wiki`
  4.  
  5. from within function "MysqlInstaller::setupDatabase". Database returned error "1006: Can't create database 'my_wiki' (errno: 13) (localhost)".
  6.  
  7. Backtrace:
  8.  
  9. #0 /var/www/core/includes/db/Database.php(920): DatabaseBase->reportQueryError('Can't create da...', 1006, 'CREATE DATABASE...', 'MysqlInstaller:...', false)
  10. #1 /var/www/core/includes/installer/MysqlInstaller.php(469): DatabaseBase->query('CREATE DATABASE...', 'MysqlInstaller:...')
  11. #2 [internal function]: MysqlInstaller->setupDatabase(Object(MysqlInstaller))
  12. #3 /var/www/core/includes/installer/Installer.php(1445): call_user_func(Array, Object(MysqlInstaller))
  13. #4 /var/www/core/includes/installer/WebInstallerPage.php(1158): Installer->performInstallation(Array, Array)
  14. #5 /var/www/core/includes/installer/WebInstaller.php(269): WebInstaller_Install->execute()
  15. #6 /var/www/core/mw-config/index.php(50): WebInstaller->execute(Array)
  16. #7 /var/www/core/mw-config/index.php(18): wfInstallerMain()
  17. #8 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement