gs99
Programmer
- Oct 7, 2001
- 40
After installing on Windows XP, is WinMySQLAdmin.exe (WMA) the only way to start MySQL?
WMA is supposed to add a user and password to the "grant" tables. Altho it does appear in the My.ini file, if I do this:
Mysql -u root
Use mysql;
Select user,host from user;
it prints:
USER--------HOST
(blank) build
root build
(blank) localhost
root localhost
Why does the user name that shows in My.ini not show here?
(I cannot connect with that user name.)
What is the "build" host?
If MySQL is on a pc for development, and it has access to the internet, does the internet have access to the server?
Do I need to be concerned about security in the same way as a web hosting server? I'm the only person who operates this pc.
Does the statement "The MySQL server should not run as the root user." refer to Windows? If yes, how is it run as a non-root user?
Thanks,
George
WMA is supposed to add a user and password to the "grant" tables. Altho it does appear in the My.ini file, if I do this:
Mysql -u root
Use mysql;
Select user,host from user;
it prints:
USER--------HOST
(blank) build
root build
(blank) localhost
root localhost
Why does the user name that shows in My.ini not show here?
(I cannot connect with that user name.)
What is the "build" host?
If MySQL is on a pc for development, and it has access to the internet, does the internet have access to the server?
Do I need to be concerned about security in the same way as a web hosting server? I'm the only person who operates this pc.
Does the statement "The MySQL server should not run as the root user." refer to Windows? If yes, how is it run as a non-root user?
Thanks,
George