posted July 12, 2000 08:42 AM
Hi,I have a question for the users of phpmyadmin...
After install of win32-mysql-3.23.21-beta
and phpmyadmin205, I am able to use it for a while and in that time I change some passwords and users. (throw away 'test'-user, and add passwords to root-user (localhost and %) and so.
After a while phpmyadmin hangs: It orders me to go 'back'.
Is it possible that you can not change the root user in phpmyadmin because of the correspondence between its configfile? Or a correspondence with the server (my.ini-file?)
Anyway even my little phpscript to check, tells me: 'cannot connect'.
A reinstall of mysql tells me still the same: I am not to connect.
I suppose the above tells you not enough to solve it, but I do not know how to proceed further anymore.
Who can help me along...
ps this is the error which winMySQLadmin1.0 gives:
c:/mysql/bin/mysqld-opt.exe: Error on delete of 'c:\mysql\data\richard-vos.pid' (Errcode: 2)
my control script:
----------
<html>
<head>
<title>php connect</title>
<body>
<?php
$link = mysql_connect("localhost", "root", "m00")
or die ("Could not connect");
print ("Connected successfully");
mysql_close ($link);
?>
</body>
</html>
------------
my.ini
------------
#This File was made using the Winmysqladmin 1.0 Tool
#7/12/00 3:30:32 PM
#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions
[mysqld]
basedir=c:/mysql
bind-address=129.125.131.11
datadir=c:/mysql/data
language=c:/mysql/share/dutch
#delay-key-write-for-all-tables
#log-long-format
#slow query log=#
#tmpdir=#
#ansi
#new
port=3306
#safe
#skip-name-resolve
#skip-networking
#skip-new
#skip-host-cache
#set-variable=key_buffer=16M
#set-variable=max_allowed_packet=1M
#set-variable=thread_stack=128K
#set-variable=flush_time=1800
[mysqldump]
#quick
#set-variable=max_allowed_packet=16M
[mysql]
#no-auto-rehash
[isamchk]
#set-variable=key=16M
[Winmysqladmin]
Server=c:/mysql/bin/mysqld-opt.exe
user=root
password=m00
[This message has been edited by Richard Vos (edited July 12, 2000).]