toast
Gone !
I'm throwing myself in the PHP/MySQL world. What I have done:
- Installed PHP, and it works.
- Installed MySQL using the appropriate package.
- Installed phpMyAdmin in my ~/Sites.
I do have modified my config.inc.php file. Here's what I modified in it:
The username is my OS X session name. The password is my OSX user password. I'm a super user on my computer (I run only one session).
Now, I open Safari and ask for http://127.0.0.1/~toast/phpmyadmin/index.php. I enter toast/fakepass, but it won't accept it ! What's wrong please ?
- Installed PHP, and it works.
- Installed MySQL using the appropriate package.
- Installed phpMyAdmin in my ~/Sites.
I do have modified my config.inc.php file. Here's what I modified in it:
Code:
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/~toast/';
$cfg['Servers'][$i]['host'] = 'http://127.0.0.1/~toast/'; // MySQL hostname
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'toast'; // MySQL user
$cfg['Servers'][$i]['password'] = 'fakepass'; // MySQL password (only needed with auth_type
The username is my OS X session name. The password is my OSX user password. I'm a super user on my computer (I run only one session).
Now, I open Safari and ask for http://127.0.0.1/~toast/phpmyadmin/index.php. I enter toast/fakepass, but it won't accept it ! What's wrong please ?