MySQL tutorial administrator pops up "could not find settings" error
FIX: Just put the Hkey_local_machinesystemcurrentcontrolsetservicesmysqlimagepath in the registry
The value is changed from C:mysqlbinmysqld.exe MySQL to "C:mysqlbinmysqld.exe"--defaults-file= "C:windowsmy.ini" MySQL
Question: PHP Tutorial 5 fatal error:call to undefined function mysql_connect () in
Resolution: I prematurely copied the php.ini from the PHP directory to the system Windows directory, causing me to change the Phpphp.ini, instead of Windowsphp.ini files, just copy php.ini from the PHP folder to the Windows directory
Question Two
Log in with MySQL administrator, error: Either the Server service or the configuration file could not being found.startup variable and s Ervice section are there for disabled.
Use root login to see the management function is prohibited, prompted: This is the only avaliable time connected to localhost solution: Point open MySQL Administrator , do not click on the login, hold down the CTRL key to see the rightmost Cancel button into the word skip. Click to enter security configuration mode, where you can start a service or create a service. Here you can configure the My.ini parameters of the GUI, you can select the corresponding My.ini parameters, note: If there are red parameters to indicate errors, you should adjust. If you do not restart the MySQL administrator after the modification, you will need to reboot the system.
MySQL Administrator error, 1045
Root user must enter a password when installing, your password 123456 and install the same.
Telnet 127.0.0.1 3306
If you cannot connect, check that the MySQL service is booting, or that the firewall does not allow access to port 3306.