• notice
  • Congratulations on the launch of the Sought Tech site

Correct fix scheme for damaging mysql data sheet

The code is as follows:


Unzipmysql to d:\mysql, edit my.ini

[mysqld]
port=3306
basedir="D:/mysql/"
datadir="D:/mysql/Data/"
tmpdir="d:/mysql/tmp/"
default-character-set=utf8
default-storage-engine=MYISAM
skip-bdb
skip-innodb
skip-locking

key_buffer=16M
max_allowed_packet=1M
table_cache=128
thread_cache=8
join_buffer_size=512K
sort_buffer=512K
record_buffer=512K
max_connections=500
wait_timeout=120
interactive_timeout=120
max_connect_errors=3000
long_query_time=1
max_heap_table_size=16M
tmp_table_size=8M
thread_concurrency=8
myisam_sort_buffer_size=8M
myisam_update_buffer_low_size=4M

low_priority br>ft_min_word_len=1
Edit two batches
Install
d:
cd D:\mysql\bin
mysqld-nt.exe--install MySQL--defaults-file=D:\mysql\m y.ini
net start mysql
pause
Uninstall
d:
cd D:\APM\ mysql\bin
net stop mysql
mysqld-nt.exe-remove MySQL
pause


The code is as follows:


Add a mysql Start the user, set this user as the guest group,
set the d:\mysql directory as the administrators group, system, and the full authority of the newly added user.
Set the startup account of the mysql service to the newly added user, and restart the mysql service.
Set to refuse local login.

mysql2.jpg

mysql1.jpg

mysql4.jpg

mysql3.jpg

Tags

Technical otaku

Sought technology together

Related Topic

0 Comments

Leave a Reply

+