rossmcglone
Technical User
hi,
Just a bit lost in what to do next.
(i have read other post on this issue and they all basically say that mysql is installed to another directory.)
ALL i have done is installed Mysql to C:\mysql
I started mysql, from command prompt
(c:\mysql\bin\mysqld --console)
mysql is running.
Then i did (c:\mysql\bin\mysqlshow)
it comes up with this
+------------+
| Database |
+------------+
| Test |
+------------+
and i think it is ment to look like this
+------------+
| Database |
+------------+
| MySQL |
| Test |
+------------+
I think this means there is no database "mysql". is there ment to be a database all ready or do i need to create it, and how do i do this.
Thanks in Advance.. Ross
Just a bit lost in what to do next.
(i have read other post on this issue and they all basically say that mysql is installed to another directory.)
ALL i have done is installed Mysql to C:\mysql
I started mysql, from command prompt
(c:\mysql\bin\mysqld --console)
mysql is running.
Then i did (c:\mysql\bin\mysqlshow)
it comes up with this
+------------+
| Database |
+------------+
| Test |
+------------+
and i think it is ment to look like this
+------------+
| Database |
+------------+
| MySQL |
| Test |
+------------+
I think this means there is no database "mysql". is there ment to be a database all ready or do i need to create it, and how do i do this.
Thanks in Advance.. Ross