Continued from my last post.
The installation of MySQL 5.6.
2013-07-30 08:22:26 3484 [Note] Plugin ‘FEDERATED’ is disabled. ・ ・ ・ ・ 2013-07-30 08:22:27 3484 [Warning] No existing UUID has been found, ………… ・ ・ ・ ・ 2013-07-30 08:22:27 3484 [Note] mysqld: ready for connections. Version: ‘5.6.12’ socket: ” port: 3306 MySQL Community Server (GPL) |
If you have other errors or warnings, customize the my.ini again. If having an alert about the port 3306 from Windows Firewall, you may accept it.
Run another cmd.exe as an Administrator.
>Drive_SV:
>cd Drive_SV:MySQLbin
>mysqladmin -u root shutdown
Run a cmd.exe as an Administrator.
>mysql -u root
>SET PASSWORD FOR root@localhost=PASSWORD(‘password’);
> quit
Logon check.
>mysql -u root -p
Enter password: ************
> quit
The installation of phpMyAdmin4.
Move the phpMyAdmin to Drive_SV.
<Directory “Drive_SV:/phpMyAdmin”>
Options None
AllowOverride None
Require ip Lan IP range.
</Directory>
<Directory “Drive_SV:/phpMyAdmin/libraries”>
Require all denied
</Directory>
Customize the httpd.conf (Location:Apache24conf).
Add the next two lines to at the end of the Supplemental configuration section:
# phpMyAdmin settings
Include conf/extra/phpMyAdmin.conf
Username: root
Password: MySQL root password
I have the caution:
The phpMyAdmin configuration storage is not completely configured,
some extended features have been deactivated. To find out why click here.
So, to configure the phpMyAdmin configuration storage, I import my old database phpmyadmin. (If you don’t have an old database phpmyadmin, see phpMyAdmin configuration storage.)
The laptop mentioned previous article successfully became 24H2. The touchpad was risen because the battery…
I had a cheap laptop from Amazon and had used it to watch streaming programs…
The recipe for sweet potato yōkan that I often made this fall. Ingredients Sweet potato…
After a long time, when I checked broken links and fixed them, I got an…
I made a box, so I prepare the contents. Theme and Plugins. The theme is…
Hehe, it's been almost a year since my last post. I received a notification email…
This website uses cookies.