Folk,
I have mysql installed via rpm package, but when I check the data
dirs, the only table there is "test". The instructions say there
should be others, like users tables, and other such tables.
I stopped the server and ran mysql_install_d b which is the command to
create these, I get the following excerpt:
linux:/usr/bin # mysql_install_d b --user=mysql
Installing all prepared tables
050304 6:10:00 [Warning] Asked for 196608 thread stack, but got
126976
Fill help tables
050304 6:10:00 [Warning] Asked for 196608 thread stack, but got
126976
.....
But when I check, it doesn't seem to make these tables, only the test
table.
Is this normal? I thought the user table contains the login info, so
if there isn't one, how can I log in?
Thanks,
Brett
I have mysql installed via rpm package, but when I check the data
dirs, the only table there is "test". The instructions say there
should be others, like users tables, and other such tables.
I stopped the server and ran mysql_install_d b which is the command to
create these, I get the following excerpt:
linux:/usr/bin # mysql_install_d b --user=mysql
Installing all prepared tables
050304 6:10:00 [Warning] Asked for 196608 thread stack, but got
126976
Fill help tables
050304 6:10:00 [Warning] Asked for 196608 thread stack, but got
126976
.....
But when I check, it doesn't seem to make these tables, only the test
table.
Is this normal? I thought the user table contains the login info, so
if there isn't one, how can I log in?
Thanks,
Brett
Comment