mysql & winserver2003

This is a discussion about mysql & winserver2003 in the Windows Software category; i have dl'd & installed mysql v. 4. 0. 18 23. 1M. i opened the winmysqladmin. exe and created the user name/password & need to create a generic db for a weblog program called wordpress. when i click on the db tab in winmysqladmin, there is a db called mysql that appears to have fields populated.

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar18.webp

57 Posts
Location -
Joined 2002-09-03
i have dl'd & installed mysql v. 4.0.18 23.1M. i opened the winmysqladmin.exe and created the user name/password & need to create a generic db for a weblog program called wordpress. when i click on the db tab in winmysqladmin, there is a db called mysql that appears to have fields populated. my question is, does mysql do this automatically? or do i need to create a new one? sorry for posting htis here, but i cannot find a good website for mysql help. and the wordpress help isn't very helpful right now.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 30
Created
Mar 30
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar20.webp

37 Posts
Location -
Joined 2001-10-28
The "mysql" db that you see is a database used by MySQL itself for various functions, including user and database control. Do not delete this db as it is very important to MySQL's function. If you have PHP installed, I suggest you use phpMyAdmin ( www.phpmyadmin.net) to do MySQL administration. If you edit the tables/data directly, you might mistakingly screw up MySQL.

data/avatar/default/avatar18.webp

57 Posts
Location -
Joined 2002-09-03
OP
i do have php installed & working with my apache2 webserver. i'll give that a shot! thanks so much.