collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: SQL system control panel: does it exist?  (Read 1745 times)

0 Members and 1 Guest are viewing this topic.

Offline Stark

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
SQL system control panel: does it exist?
« on: April 27, 2006, 09:07:57 pm »
Hi everyone. I'm trying to get Bebot running and failing miserably. I had no trouble with most steps of the guides on here except there is mention of using the system control panel to create a new user and set admin rights. I downloaded system administrater and can't get past the opening screen to create a new user. It won't accept my main SQL account name and password.

So presently a Bebot account has been created which I had to do manually at the client but when I run Start SQL won't recognise it. Anyone get any ideas? Thanks in advance for any help.

Offline Dice

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: SQL system control panel: does it exist?
« Reply #1 on: April 27, 2006, 11:21:43 pm »
I'm not 100% sure what the problem is. Can you post the errormessages you get when you try running BeBot?

My guess is that you havn't set the right privileges for the BeBot MySQL database yet. When you have the Mysql.conf file looking like shown in this guide, ie: like this:
Code: [Select]
<?
    $dbase = "bebot";
    $user = "Bebot";
    $pass = "banana";
    $server = "localhost";
?>
you can set the priviligas manually within the MySQL client by using the following query:
Code: [Select]
GRANT ALL PRIVILEGES ON bebot.* TO 'Bebot'@'localhost'
  IDENTIFIED BY 'banana';

For this to work you must have already created a database called bebot first with:
Code: [Select]
CREATE DATABASE bebot;
Maybe this helps. :) If it doesn't, please supply the errormessage you get when running BeBot.

Offline Stark

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: SQL system control panel: does it exist?
« Reply #2 on: April 27, 2006, 11:41:19 pm »
Thanks Dice but I managed to solve the problem by rummaging through the SQL reference manaul for hours, though your reply would have solved the problem straight off had I seen it earlier. Thanks anyway :)

Offline Glarawyn

  • BeBot Hero
  • ******
  • Posts: 521
  • Karma: +0/-0
Re: SQL system control panel: does it exist?
« Reply #3 on: April 27, 2006, 11:43:50 pm »

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 527
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal