Author Topic: MySQL Problems  (Read 435 times)

Psybur

  • Hydlaa Resident
  • *
  • Posts: 165
    • View Profile
MySQL Problems
« on: May 08, 2004, 08:19:08 pm »
I am using Arch Linux 0.6
I did pacman -Sy mysql
Then I type mysqld
Then I type mysql -u root
Then I type create database planeshift;
Then it cant make the database. Error number 17.

Help please.

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #1 on: May 08, 2004, 08:41:39 pm »
Did  you run mysql_install_db after installation?
And if you want  to  create the Planeshift db, just follow the instructions in the cvs howto ;)


Back to Planeshift again \\o/

Psybur

  • Hydlaa Resident
  • *
  • Posts: 165
    • View Profile
(No subject)
« Reply #2 on: May 08, 2004, 09:07:43 pm »
Well, I found the problem. It had to do with permisions on the planeshift db directory in /var/lib/mysql/planeshift. So I deleted that dir and remade the dir and now it is just fine.