MyBB Community Forums

Full Version: mysql error 1142
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am very new to mysql. Today is my first attempt to use it.
I am following through the wordpress installation documentation.
I was able to create a new database by:
mysql> create database blog;

I then created the user:
mysql> grant all on blog to "wpuser"@"localhost"
identified by "wppwd";

all is fine so far.
Now I try to create a table:
I exit out of mysql and login with
mysql blog -u wpuser -p
password: wppwd

mysql> create table foo (fld1 varchar2(10));

I get error 1142 table create denied.

Any ideas?
Um...I hope you realize that this is the MyBBoard General Support forum.
Unfortunatly I dont use commands to create mySQL data. Instead, may I suggest using a prebuilt tool to create mySQL tables and stuff. phpMyAdmin is the best IMO. Have a look at it. Works a treat!
I spent several hours yesterday looking for phpmyadmin, but couldn't find it with google. Do you have an url from which I could download it?
It's the very first result on Google when searching for "phpMyAdmin". O_o

http://www.phpmyadmin.net/home_page/