This forum is no longer active. Please post your questions to our new community site
Login, creata database and user problems
|
|
Hi, This would be synthesis of different posts in this forum, which are part of my problem I think. I can’t create database or user in myadmin. I get this : Then I tried to make it from command line and see what’s happen. Here I get the problem describe in one post here, but making a ln -s to the socket in /tmp didn’t solve anything, and I could not try to create database or user, since I cannot login to mysql or mysqladmin. Therefore, I am thinking about the installation configuration, so : Mac osx 10.4.11 There are no problem at all to connect to mysql. But, when I try to add user, nothing happen. Trying to create a record within a table (test), same. Without any kind of error message. Does anyone can help ? Subsidiary question, but I will open a new topic for that : I would like to use my data bases in /usr/local/mysql-5.0.67-osx10.4-i686/data/ |
|
|
Hi, It seems that you are not connecting to the MAMPStack database. Try the following in a Terminal:
Now you have set the environment properly to use the MAMPStack commands. What command did you use to create the user? Regarding to use an existing database, phpMyAdmin was configured to use the MAMP Stack MySQL database but you can configure manually to access your database. |
|
|
Hi, Well I did it, creating tables or users from myadmin interface within the browser. Ok had lunch the script use_mamptask.sh, but dunno what am I suppose to do with it ? |
|
|
The “use_mampstack.sh” script load the Stack environment variables so you can use “mysql -u root -p” to connect to the Stack database. If you want to use phpMyAdmin with your existing installation you should configure the /Application/mampstack-(version)/apps/phpmyadmin/htdocs/config.inc.php file. Cheers. |
|
|
Hi Beltran and thanks for helping. Well, even through use_manptask I was not able to connect to mysql or mysqladmin. Just after trial third time (an other day it was not a problem with my password) got it. Between the first and last trial…. well…. I did not do too much… even nothing. Denis |

