View Single Post
  #8  
Old 04-03-2003, 08:51 AM
MagicalRage
Fire Beetle
 
Join Date: Mar 2003
Posts: 15
Default

ok .. having more problems now

i uninstalled mysql and reinstalled it as you said

when i look at the enviroment tab in the MyODBC box I still see

Not Found

Driver Version 03.51
Driver C:\WINDOWS\SYSTEM\myodbc3.dll
API Level 2
Setup C:\WINDOWS\SYSTEM\myodbc3.dll
SQL Level 1

I downloaded your database and it installed into mysql folder so I sourced it in using

create database eq;
use eq;
source eqbackup00.sql;

then when i tried the insert into account line ... it got an error
Error1062: Duplicate entry 'eqemu' for key 2

anyway i continued onto the grant all privileges line and it seemed like it worked ... but when i ran world.exe it immediatly closed which it wasnt doing before .. and has the access denied for user Magicalrage@localhost

dont know what to do about it ...?