ooooh ok now I am getting to what you are saying. Well the quick answer is, you HAVE to use phpmyadmin.
The long answer is, MySQL for security reason usually just run under localhost this means that only the instructions comming from within the server can be executed on the database. Since the phpmyadmin 'resides' in the server, then you can affec the database. If you run a desktop application you CANT affect the database since you are running from another IP. Is there a workaround? Yes it is, but you would need to go to your administration panel and enter your desktop IP. Like I said the best way to work with MySQL on the server is to actually run it from the web interface. -- Alexandro Colorado Co-Leader of OpenOffice.org Spanish http://es.openoffice.org/ Mensaje citado por Peter Kupfer <[EMAIL PROTECTED]>: > Alexandro Colorado wrote: > > Please provide the mysql version as the latest mysql doesn't work correctly > > usually. MySQL 5 and others start using stored procedure but also change > the > > user authentication causing some disruptions on some web applications and > > general login-password handling (password hashing) as you can see on this > MySQL > > technote. > > http://www.macromedia.com/support/dreamweaver/ts/documents/mysql4-1.htm > > MySQL version: 4.0.22-standard > > I have tried now SqyLog and MySQL administrator, but I am not sure what > my user name should be. I think I have the server right, I used the same > as my FTP just a different port. I am in contact with my host, so > hopefully I will get some news from them unless anyone here has any ideas. > > Thanks. > > > -- > Peter Kupfer -- Using OOo since 'OO4 > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
